summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* s3:dir - We now pass the previously spinning directory tests on ext4.Jeremy Allison2014-01-151-2/+0
* s3:dir - Introduce a 64-bit directory offset <-> 32 bit wire offset map using...Jeremy Allison2014-01-151-2/+87
* s3:dir - Add a new memcache type (non-talloc) - SMB1_SEARCH_OFFSET_MAP.Jeremy Allison2014-01-151-1/+2
* s3:dir - Map wire offsets to native directory cookies.Jeremy Allison2014-01-151-5/+17
* s3:dir - Cope with fixed mapping of 'special' values.Jeremy Allison2014-01-151-0/+7
* s3: dir - Introduce 32-bit wire versions of the 'special' values.Jeremy Allison2014-01-151-0/+5
* s3:dir - Introduce a function to map a directory cookie to a 32-bit wire cookie.Jeremy Allison2014-01-151-1/+10
* s3:dir - In the old SMB1 search code, rename offset to wire_offset to disting...Jeremy Allison2014-01-151-8/+8
* smbd: Avoid duplicate debug header linesVolker Lendecke2014-01-151-7/+7
* s3: set native os according to Windows and NBT_ANNOUNCE_VERSION definesBjörn Jacke2014-01-141-1/+5
* smbcontrol: fix NUM_CHILDREN message deregisterDavid Disseldorp2014-01-141-1/+1
* Revert "pam_winbind: fix segfault in pam_sm_authenticate()"Garming Sam2014-01-151-4/+3
* pam_winbind: Do not honour require_membership_of in the acct module parametersGarming Sam2014-01-143-18/+52
* pam_winbind: Fix segfault caused by invalid configuration optionsGarming Sam2014-01-141-3/+3
* lib/param: fix unix extensions setting to be consistent with s3 and docsGarming Sam2014-01-141-1/+1
* ntvfs: Remove CAP_UNIX from the ntvfs file server as it was never finishedAndrew Bartlett2014-01-141-4/+0
* dfs: always call create_conn_struct with root privilegesGarming Sam2014-01-101-1/+30
* messaging: Fix a memleak (master only..)Volker Lendecke2014-01-101-7/+9
* messaging: Use talloc_pooled_objectVolker Lendecke2014-01-091-6/+3
* messaging: Move the self-send logic out of messaging_tdbVolker Lendecke2014-01-092-54/+52
* messaging: Fix a memleak with clusteringVolker Lendecke2014-01-091-0/+3
* s3-passdb: Fix string duplication to pointers.Andreas Schneider2014-01-091-2/+12
* wbinfo: Fix a memory leak in wbinfo_ping_dc().Andreas Schneider2014-01-091-0/+1
* s3-libads: Fix memory leaks in ads_build_path().Andreas Schneider2014-01-091-0/+2
* lib: Fix strict-aliasing warning in md5 code.Andreas Schneider2014-01-091-3/+6
* group_mapping: Avoid a tallocVolker Lendecke2014-01-091-7/+5
* samba:python - Py_RETURN_NONE remove compatibility code for releases < 2.4Matthias Dieter Wallnöfer2014-01-0915-61/+0
* s3: Avoid oplock break by storing timestamps with gpfs_set_timesChristof Schmitt2014-01-094-6/+92
* s3: winbindd: Move calling setup_domain_child() into add_trusted_domain().Jeremy Allison2014-01-081-32/+14
* s3: winbindd: Move the logic of whether to set 'domain->primary' into add_tru...Jeremy Allison2014-01-081-4/+10
* s4:rpc_server: remember the hdr_signing negotiation result in dcesrv_authStefan Metzmacher2014-01-082-0/+5
* s4:rpc_server: use talloc_zero for struct dcesrv_connectionStefan Metzmacher2014-01-081-13/+1
* s4:rpc_server: remove unused DCESRV_CALL_STATE_FLAG_HEADER_SIGNINGStefan Metzmacher2014-01-082-3/+0
* ndrdump: dump verification trailerGregor Beck2014-01-082-1/+22
* librpc/ndr: add ndr_pop_dcerpc_sec_verification_trailer()Gregor Beck2014-01-084-2/+151
* librpc/rpc: simplify tevent_req_nterror() usage in binding_handle.cStefan Metzmacher2014-01-081-6/+3
* libcli/auth: fix usage of an uninitialized variable in netlogon_creds_cli_che...Stefan Metzmacher2014-01-081-2/+2
* crypto: fix build on OS XBjörn Jacke2014-01-081-0/+1
* build: test the generic md5 function after importing it from hashlibBjörn Jacke2014-01-081-1/+1
* libgpo: apply some const.Günther Deschner2014-01-078-24/+24
* libgpo: when running in verbose mode, printout the parsed PReg file.Günther Deschner2014-01-072-1/+5
* libgpo: only use libgpo/gpext/gpext.h where really needed.Günther Deschner2014-01-075-2/+4
* libgpo: allow to pass down a list of deleted GPOs in gpo_process_gpo_list().Günther Deschner2014-01-073-5/+7
* libgpo: remove some unused code and remove that important FIXME note.Günther Deschner2014-01-071-93/+0
* libgpo: directly call gpext_process_extension() from gpo_process_gpo_list.Günther Deschner2014-01-071-41/+5
* libgpo: implement CSE filtering in gpext_process_extension().Günther Deschner2014-01-073-6/+18
* libgpo: remove gpext_process_gpo_list_with_extension in favor of gpext_proces...Günther Deschner2014-01-072-19/+0
* libgpo: remove extension_guid and snapin_guid (the tool guid) from the proces...Günther Deschner2014-01-075-18/+8
* libgpo: allow to pass down deleted and changed gpo list to CSE plugins.Günther Deschner2014-01-076-102/+189
* libgpo/gpext: add new gpext_check_gpo_for_gpext_presence() helper function.Günther Deschner2014-01-071-0/+46