summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2009-10-05s3:winbind: Slightly simplify the logic of nss_init(), make it staticVolker Lendecke2-14/+16
2009-10-05s3:winbind: Fix typosVolker Lendecke1-2/+2
2009-10-05s3: Attempt to fix machine password changeVolker Lendecke7-37/+85
2009-10-05Fix bug 6776 - Running overlapping Byte Lock test will core dump Samba daemon.Jeremy Allison1-148/+219
2009-10-05s3-net: print error when "net rpc changetrustpw" has failed.Günther Deschner1-1/+9
2009-10-05s3: Remove a scary error message -- talloc_move can not fail :-)Volker Lendecke1-5/+0
2009-10-05s3: Fix nonempty blank linesVolker Lendecke1-4/+4
2009-10-05s3: remove unused PRS_POINTER_CAST macro.Günther Deschner1-1/+0
2009-10-05s3: remove unused SYSTEMTIME struct.Günther Deschner1-19/+0
2009-10-04s3:Makefile: another attempt to fix the wbclient dependencyBjörn Jacke2-35/+31
2009-10-04s3:Makefile: another attempt to fix the netapi dependencyBjörn Jacke1-3/+2
2009-10-04s3:Makefile: another attempt to fix the tdb dependencyBjörn Jacke1-57/+56
2009-10-04s3:Makefile: another attempt to fix the talloc dependencyBjörn Jacke1-66/+65
2009-10-04Revert "s3:Makefile: fix talloc dependencies with static build (2nd try)"Björn Jacke1-64/+65
2009-10-04Revert "s3:Makefile: fix libtdb dependencies with static build"Björn Jacke1-55/+56
2009-10-04Revert "s3:Makefile: fix libwbclient dependencies with static build"Björn Jacke2-30/+34
2009-10-04Revert "s3:Makefile: fix libnetapi dependencies with static build"Björn Jacke1-1/+2
2009-10-04s3:winbind: use wb_fill_pwent in wb_getpwsidVolker Lendecke1-79/+10
2009-10-04s3:winbind: No point in using strequal to detect a 0-length stringVolker Lendecke1-2/+2
2009-10-03s3:winbind: use talloc_tos() instead of NULL in fillup_pw_fieldVolker Lendecke1-2/+2
2009-10-03s3:winbind: Fix a debug messageVolker Lendecke1-2/+2
2009-10-03s3: Make default_[static|shared]_modules a bit more readableVolker Lendecke1-2/+52
2009-10-03s3:Makefile: minor clean upBjörn Jacke1-2/+0
2009-10-03s3:Makefile: fix libnetapi dependencies with static buildBjörn Jacke1-2/+1
2009-10-03s3:Makefile: eventlogadm dependency cleanupBjörn Jacke1-2/+2
2009-10-03s3:Makefile: fix libwbclient dependencies with static buildBjörn Jacke2-34/+30
2009-10-03s3:Makefile: fix libtdb dependencies with static buildBjörn Jacke1-56/+55
2009-10-03s3:Makefile: fix talloc dependencies with static build (2nd try)Björn Jacke1-65/+64
2009-10-03Revert "s3:Makefile: fix talloc dependencies with static build"Björn Jacke1-64/+65
2009-10-03s3:Makefile: libsmbsharemode dependency cleanupBjörn Jacke1-1/+0
2009-10-03s3:Makefile: net utility dependency cleanupBjörn Jacke1-1/+1
2009-10-03s3:configure: use --aѕ-needed linker option when supportedBjörn Jacke1-0/+17
2009-10-02Remove lots of duplicate code and move it into oneJeremy Allison7-157/+91
2009-10-02Missed one VFS_STAT -> VFS_LSTATJeremy Allison1-1/+1
2009-10-02Fix more use of VFS_STAT when posix pathnames selected.Jeremy Allison3-20/+51
2009-10-02ds-flags: use the new name DS_DNS_FOREST_ROOTAndrew Tridgell1-1/+1
2009-10-02s3-ads: removed 3 unused definesAndrew Tridgell1-3/+0
2009-10-01Fix bug #6769 - symlink unlink does nothing.Jeremy Allison1-1/+5
2009-10-01s3:Makefile: fix talloc dependencies with static buildBjörn Jacke1-65/+64
2009-10-01s3:configure: don't throw away PRINT_LIBSBjörn Jacke1-1/+1
2009-10-01s3: update comment about (deprecated) a6 recordsBjörn Jacke1-1/+2
2009-10-01Fix for CVE-2009-2813.Jeremy Allison2-2/+11
2009-10-01s3/VERSION: Raise version number up to 3.6.0.Karolin Seeger1-1/+1
2009-10-01Fix for CVE-2009-2906.Jeremy Allison2-5/+26
2009-10-01s3-perfcount: more cleanup.Günther Deschner4-274/+39
2009-10-01s3-perfcount: only pass down prs_struct when really required.Günther Deschner2-28/+29
2009-10-01s3: add perfcount idl and generated files.Günther Deschner9-94/+912
2009-10-01s3-registry: move rpccli_winreg_Connect to the only file it belongs.Günther Deschner4-69/+42
2009-10-01s3: remove unused rpcstr_pull and rpcstr_pull_talloc.Günther Deschner2-41/+0
2009-10-01s3-printing: more use of pull_reg_sz().Günther Deschner1-12/+27