summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* s3-proto: remove duplicate prototypes.Günther Deschner2011-04-296-29/+9
* s3-rpc_server: remove some unneeded headers.Günther Deschner2011-04-291-4/+0
* s3-proto: move rpc_server/rpc_handles.c protos to ntdomain.hGünther Deschner2011-04-292-28/+28
* s3-proto: move more librpc prototypes to librpc/rpc/dcerpc.hGünther Deschner2011-04-293-8/+10
* s3-proto: remove remaining nss_info prototypes to nss_info.hGünther Deschner2011-04-292-7/+7
* ldb:tdb backend - cache - remove unused "last_attribute" structure memberMatthias Dieter Wallnöfer2011-04-292-8/+0
* s4:"ldb_connect" calls - proof for "!= LDB_SUCCESS"Matthias Dieter Wallnöfer2011-04-293-3/+3
* s4:torture/rpc/testjoin.c - use a LDB result constantMatthias Dieter Wallnöfer2011-04-291-1/+1
* ldb:tools/cmdline.c + tools/ldbtest.c - make use of LDB result constantsMatthias Dieter Wallnöfer2011-04-292-2/+2
* s4:repl_meta_data LDB module - quiet a discard const ptr warningMatthias Dieter Wallnöfer2011-04-291-1/+1
* ldb:ldb_controls.c - fix comment indentationMatthias Dieter Wallnöfer2011-04-291-4/+4
* s4:token_group.py python test - fix typosMatthias Dieter Wallnöfer2011-04-291-2/+2
* s3: Avoid a potential 100% CPU loop in winbinddVolker Lendecke2011-04-291-0/+27
* s3: Make winbindd_reinit_after_fork return NTSTATUSVolker Lendecke2011-04-294-12/+23
* s3: In winbind, close parent/child socketsVolker Lendecke2011-04-294-5/+15
* s3-tevent: only include ../lib/util/tevent wrappers where needed.Günther Deschner2011-04-2944-2/+46
* s3-tsocket: only include ../lib/tsocket/tsocket.h where needed.Günther Deschner2011-04-2910-1/+9
* s3-build: remove some unused headers.Günther Deschner2011-04-294-7/+0
* s3-ldap Only prototype ldap_init_fd() when we have found it in the librariesAndrew Bartlett2011-04-291-0/+3
* build: put doserr.c into it's own subsystem, so it's no longer a duplicateAndrew Bartlett2011-04-294-3/+14
* selftest: Restore the s3member environment by avoiding smbcaclsAndrew Bartlett2011-04-292-15/+13
* s4-param Rename lp_destructor() -> lpcfg_destructor() for consistencyAndrew Bartlett2011-04-291-2/+2
* s4-param Rename unused lp_ functions to match param.hAndrew Bartlett2011-04-291-5/+5
* s4-param Rename volume_label() -> lpcfg_volume_label()Andrew Bartlett2011-04-293-3/+3
* lib/util Re-merge the string_sub() and all_string_sub() from source3Andrew Bartlett2011-04-296-150/+47
* lib/util/charset Move strstr_m() to the top levelAndrew Bartlett2011-04-293-81/+84
* s4-param Rename private_path() -> lpcfg_private_path()Andrew Bartlett2011-04-2911-18/+18
* s4-param Remove config_path() -> lpcfg_config_path()Andrew Bartlett2011-04-293-3/+3
* s4-param Rename lock_path() -> lpcfg_lock_path()Andrew Bartlett2011-04-294-5/+5
* libcli/smb Move attrib_string in commonAndrew Bartlett2011-04-299-70/+97
* s3-client Add TALLOC_CTX argument to attrib_string().Andrew Bartlett2011-04-293-5/+5
* s3-smb Use FILE_ATTRIBUTE_ARCHIVE intead of aARCHAndrew Bartlett2011-04-2914-32/+29
* s3-smb Use FILE_ATTRIBUTE_DIRECTORY intead of aDIRAndrew Bartlett2011-04-2921-87/+86
* s3-smb Use FILE_ATTRIBUTE_VOLUME intead of aVOLIDAndrew Bartlett2011-04-293-5/+4
* s3-smb Use FILE_ATTRIBUTE_SYSTEM intead of aSYSTEMAndrew Bartlett2011-04-2923-161/+160
* s3-smb Use FILE_ATTRIBUTE_HIDDEN intead of aHIDDENAndrew Bartlett2011-04-2923-171/+170
* s3-smb Use FILE_ATTRIBUTE_READONLY intead of aRONLYAndrew Bartlett2011-04-2910-22/+21
* libcli/smb Move FILE_ATTRIBUTE defines to the top levelAndrew Bartlett2011-04-293-38/+23
* s3-libads Move variables into if (socket_wrapper_dir()) where they are used.Andrew Bartlett2011-04-291-4/+4
* build: Fix kerberos build issues in top level buildAndrew Bartlett2011-04-292-8/+9
* s3-ldap Move ldap prototypes to inside #ifdef HAVE_LDAP_HAndrew Bartlett2011-04-291-10/+11
* Revert "s4:selftest: skip s3member tests for now"Stefan Metzmacher2011-04-291-1/+0
* s4:libcli/smb_composite: move smb2_composite_setpathinfo_setinfo_done()Stefan Metzmacher2011-04-281-25/+27
* s4:libcli/smb_composite: move smb2_composite_setpathinfo_create_done()Stefan Metzmacher2011-04-281-22/+23
* s4:libcli/smb_composite: add smb2_composite_setpathinfo_close_done()Stefan Metzmacher2011-04-281-1/+12
* s4:libcli/smb_composite: better names for smb2_composite_setpathinfo_* funcs ...Stefan Metzmacher2011-04-281-22/+15
* s4:libcli/smb2: let smb2_session_setup_spnego_* use tevent_reqStefan Metzmacher2011-04-282-72/+118
* s4:libcli/smb2: move smb2_session_setup_spnego_send() to the topStefan Metzmacher2011-04-281-62/+64
* s4:libcli/smb2: move smb2_connect_tcon_done()Stefan Metzmacher2011-04-281-20/+22
* s4:libcli/smb2: move smb2_connect_session_done()Stefan Metzmacher2011-04-281-36/+38