s3:registry: move higher level function reg_open_path to new module reg_api_util
[amitay/samba.git] / source3 /
2010-09-20 Michael Adams3:registry: move higher level function reg_open_path...
2010-09-20 Günther Deschners3-waf: add net.
2010-09-20 Günther Deschners3-waf: add libnetapi
2010-09-20 Björn Jackes3/winbind: remove unused winbindd_check_cache_size
2010-09-20 Kai Blins3-waf: Build libwbclient as dynamic library
2010-09-20 Günther Deschners3-waf: fix the file locations of gen_ndr'ed files.
2010-09-20 Günther Deschners3-waf: fix the build after reg_api changes.
2010-09-20 Günther Deschners3-registry: move regf based reg_api calls into own...
2010-09-20 Günther Deschners3-registry: add reg_querymultiplevalues to reg_api...
2010-09-20 Günther Deschners3-waf: add rpcclient to the waf build.
2010-09-19 Günther Deschners3-rpcclient: add some winreg commands.
2010-09-19 Günther Deschners3-nltest: add dsregdns command to nltest.
2010-09-19 Günther Deschners3-libnetapi: support NETLOGON_CONTROL_FORCE_DNS_REG...
2010-09-19 Günther Deschnerlibnetapi: deal with NULL data in I_NetLogonControl2().
2010-09-18 Volker Lendeckes3: Add a missing prototype
2010-09-18 Volker Lendeckes3: Fix bug 7688, rpcclient command line completion...
2010-09-18 Volker Lendeckes3: Fix some nonempty blank lines
2010-09-17 Stefan Metzmachers3:rpc_client: remove unused rpc_pipe_set_hnd_state()
2010-09-17 Stefan Metzmachers3:rpc_client: use rpc_api_pipe_send() for auth3
2010-09-17 Stefan Metzmachers3:rpc_client: rpc_pipe_bind_step_one_done() doesn...
2010-09-17 Stefan Metzmachers3:rpc_client: allow DCERPC_PKT_AUTH3 via rpc_api_pipe_...
2010-09-17 Björn Jackes3: fix order of arguments in nsec_time_diff call
2010-09-17 Sumit BoseFix array size of a memmber of struct cli_ulogoff_state
2010-09-16 Björn Jackeѕ3: remove smb_msleep prototype from here
2010-09-16 Björn Jackes3: remove TvalDiff macro, we can use the shared usec_t...
2010-09-16 Björn Jackes3/s4: merge msleep and smb_msleep
2010-09-16 Björn Jackes3: remove TspecDiff macro, we can use the shared nsec_...
2010-09-16 Björn Jackes3: use nsec_time_diff instead of TspecDiff
2010-09-16 Björn Jackes3/vfs_scannedonly: use smb_msleep instead of nanosleep
2010-09-16 Volker Lendeckes3: Add the PAC info3 struct to the netsamlogon_cache...
2010-09-16 Volker Lendeckes3: Correctly unwrap the krb ticket in gss-spnego
2010-09-16 Volker Lendeckes3: Fall back to raw NTLMSSP for the gss-spnego protocol
2010-09-16 Volker Lendeckes3: Split off output generation from manage_squid_ntlms...
2010-09-16 Volker Lendeckes3: Wrap the ntlm_auth loop with a talloc_stackframe
2010-09-16 Andrew Bartlettlibcli/auth/ntlmssp Be clear about talloc parents for...
2010-09-16 Andrew Tridgells4-netlogon: added IDL for netr_DsrUpdateReadOnlyServer...
2010-09-16 Jelmer Vernooijs3: Add convenience make target buildfarm-test.
2010-09-16 Jelmer Vernooijs3-selftest: Move Samba3-specific script to source3...
2010-09-15 Björn Jackes3/printing: avoid a possible race condition in the...
2010-09-15 Jeremy AllisonFix all sid_parse returns to be checked. Tidy up some...
2010-09-15 Günther Deschners3-smbd: prevent call_nt_transact_ioctl() crash in...
2010-09-15 Björn Jackes3/printing: make clock jump save and use monotonic...
2010-09-15 Jeremy AllisonAdd check for invalid data size.
2010-09-15 Volker Lendeckes3: Fix some debug msgs in ntlm_auth
2010-09-15 Günther Deschners3-waf: fix the build.
2010-09-15 Günther Deschners3-rpc_server: fix some uninitalized variables and...
2010-09-15 Günther Deschners3-printing: fix print_spool_terminate().
2010-09-15 Simo Sorces3-winbindd: Use rpc_open_pipe_interface in winbindd.
2010-09-15 Andreas Schneiders3-rpc_server: Use talloc_stackframe.
2010-09-15 Simo Sorces3-rpc_server: Moved ncacn_np declarations in common...
2010-09-15 Simo Sorces3-rpc_server: Moved "external" pipe functions to rpc_n...
2010-09-15 Andreas Schneiders3-rpc_server: Added new parametric option 'rpc_server'
2010-09-15 Simo Sorces3-rpc_server: Renamed rpc_ncacn_np_internal.c.
2010-09-15 Simo Sorces3-rpc_server: Convert rpc_connect_spoolss_pipe into...
2010-09-15 Simo Sorces3-rpc_server: Added support for internal connections...
2010-09-15 Simo Sorces3-rpc_server: Accept connections and process requests.
2010-09-15 Simo Sorces3-rpc_server: Added helper functions to read data...
2010-09-15 Simo Sorces3-rpc_client: Added a tstream based transport.
2010-09-15 Simo Sorces3-rpc_server: Addded function to create custom pipes_s...
2010-09-15 Simo Sorces3-rpc_server: Add generic listener callback.
2010-09-15 Simo Sorces3-rpc_server: Added initial generic RPC server infrast...
2010-09-15 Simo Sorces3-rpc_server: Added debug to see how much data has...
2010-09-15 Simo Sorces3-rpc_server: Make process_incoming_data() public.
2010-09-15 Simo Sorces3-rpc_server: Make pipe destructor public.
2010-09-15 Simo Sorces3-rpc_server: Fixed unhandled error condition.
2010-09-15 Simo Sorces3-misc: Introduce lp_ncalrpc_dir() in S3, like we...
2010-09-15 Andreas Schneiders3-printing: Document the printer list functions.
2010-09-15 Simo Sorces3-printing: Add method to skip refresh if just happned.
2010-09-15 Simo Sorces3-printing: Use printer list tdb in pcap.
2010-09-15 Simo Sorces3-printing: Added a printer list database.
2010-09-15 Günther Deschners3-nltest: add dsgetdc command.
2010-09-15 Günther Deschners3-libnetapi: try using netr_DsRGetDCNameEx() in DsGetD...
2010-09-15 Günther Deschners3-libnetapi: add DS request flags to public header.
2010-09-15 Günther Deschners3-libnetapi: add DS_X_FLAGs to public header.
2010-09-15 Günther Deschnerlibnetapi: add DOMAIN_CONTROLLER_INFO_FLAGS.
2010-09-15 Günther Deschners3-nltest: convert server input argument into --server.
2010-09-15 Günther Deschners3-nltest: rename print_result to print_netlogon_info_r...
2010-09-15 Günther Deschners3-build: only link in prs parser where needed.
2010-09-15 Günther Deschners3-waf: only link in prs parser where needed.
2010-09-14 Pierre CarrierAllows changing the maximum number of simultaneous...
2010-09-14 Jeremy AllisonEnsure incoming timespec values correctly wrap at nsecs.
2010-09-14 Andrew Bartletts3-torture Add tests to show that the dom_sid parsing...
2010-09-14 Andrew Bartletts3-util_sid Use the NDR parser to parse struct dom_sid
2010-09-14 Andrew Bartlettlibcli/security Merge source3/ string_to_sid() to commo...
2010-09-14 Andrew Bartletts3-util_sid use ARRAY_SIZE() to ensure we never overflo...
2010-09-14 Andrew Bartletts3-util_sid Accept S-1-5 as a SID
2010-09-14 Andrew Bartletts3-dom_sid Use C99 types in dom_sid handling
2010-09-14 Björn Jackes3/profile: remove the magical clock initialization...
2010-09-14 Björn Jackes3/profiling: don't use CLOCK_PROCESS_CPUTIME_ID
2010-09-14 Günther Deschners3-waf: fix the build after privilege code changes.
2010-09-14 Volker Lendeckes3: Remove some unnecessary if-statements
2010-09-13 Jeremy AllisonFix bug 7409 - Thousands of reduce_name: couldn't get...
2010-09-13 Volker Lendeckentlm_auth: Fix a valgrind error
2010-09-13 Volker Lendeckes3: Fix a typo
2010-09-13 Volker Lendeckes3: Fix a typo (authentictaion->authentication)
2010-09-12 Volker Lendeckes3: Remove a nesting level in winbindd_dual_pam_chauthtok
2010-09-11 Andrew Bartletts3-auth Fix typo in comment
2010-09-11 Andrew Bartletts3-krb5 Fix Kerberos on FreeBSD with Samba4 DCs
2010-09-11 Andrew Bartlettlibcli/security Move 'private' privileges functions...
2010-09-11 Andrew Bartletts3-samr Explian better the use of two privileges in...
next