summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2011-07-02s3-param Generate parameter tablesAndrew Bartlett3-411/+55
2011-07-02param: Finish conversion from lp_wins_support() -> lp_we_are_a_wins_server()Andrew Bartlett8-12/+10
2011-07-02s3-param remove unused bIdmapReadOnlyAndrew Bartlett1-2/+0
2011-07-02s3-param Remove unused bUpdateEncryptAndrew Bartlett1-2/+0
2011-07-01s3-net: use printing_migrate library, and eliminate duplicate code.Günther Deschner3-416/+8
2011-07-01s3-printing: split out printing migration code into a smaller library.Günther Deschner8-249/+327
2011-07-01s3:smbldap: make smbldap_connect_system self containedGregor Beck1-6/+11
2011-07-01s3:smbldap: add a destructor to smbldap_state, just in caseGregor Beck1-0/+7
2011-07-01s3:smbldap: let smbldap_free_struct do what it claims toGregor Beck1-2/+1
2011-07-01s3:smbldap: free the idle event scheduled in smbldap_open in smbldap_closeGregor Beck1-1/+2
2011-07-01s3:smbldap: use smbldap_state as memory context for idle eventGregor Beck1-2/+2
2011-06-30Part of fix for bug 8276 - FD_SET out of bounds access crash.Jeremy Allison1-9/+18
2011-06-30s3:build: add vfs_examples to the everything targetMichael Adam1-1/+2
2011-06-30s3:build: add a vfs_examples target.Michael Adam1-0/+11
2011-06-30s3:registry: when deleting the records for a key, also delete the sorted subk...Michael Adam1-0/+8
2011-06-30s3:registry: add helper function regdb_delete_sorted_subkeys()Michael Adam1-0/+7
2011-06-30s3:nmbd_subnetdb: close all sockets attached to a subnet in close_subnet() (b...Stefan Metzmacher1-3/+11
2011-06-30s3:smbd do not panic when CTDB is unhealthy (Bug #8278)Christian Ambach1-0/+9
2011-06-30s3-printing: skip migration of non-existent printersDavid Disseldorp1-8/+18
2011-06-30s3-printing: fill devicemode size in migrate_printer()David Disseldorp2-0/+2
2011-06-30s3-winbind: Fix bug 7888 -- deal with buggy 3.0 based PDCsGünther Deschner1-7/+19
2011-06-29s3-waf: lowercase libcli_lsa3 library name.Günther Deschner1-10/+10
2011-06-29s3-waf: lowercase libsmb library name.Günther Deschner1-25/+25
2011-06-29s3-waf: lowercase util_cmdline library name.Günther Deschner1-3/+3
2011-06-29s3-waf: lowercase popt_samba3 library name.Günther Deschner1-35/+35
2011-06-29Second part of fix for bug #8219 - SMB Panic from Windows 7 Client.Jeremy Allison1-1/+1
2011-06-29param: Merge param headers into lib/param/loadparm.hAndrew Bartlett18-80/+19
2011-06-29s3-param use C99 boolean for falseAndrew Bartlett1-118/+118
2011-06-29s3-param use C99 boolean for trueAndrew Bartlett1-99/+99
2011-06-29s3-param Convert sDefault to C99 initialisersAndrew Bartlett1-142/+142
2011-06-29s3-param Remove unused FLAG_DOS_STRINGAndrew Bartlett2-3/+2
2011-06-29param: Merge struct parm_struct definitionsAndrew Bartlett2-26/+28
2011-06-29s3-param Use .offset rather than .ptr when defining parametersAndrew Bartlett2-7/+6
2011-06-29s3-param Remove .offset == 0 checks as 'valid' will have offset 0Andrew Bartlett1-18/+4
2011-06-29s3-param use .offset rather than .ptr (renames)Andrew Bartlett1-437/+441
2011-06-29Fix bug #8219 - SMB Panic from Windows 7 ClientJeremy Allison1-0/+8
2011-06-29s3-param use lp_parm_ptr() rather than parm.ptr directlyAndrew Bartlett4-69/+70
2011-06-28s3-waf: remove s3-waf specific dynconfig.Günther Deschner4-136/+32
2011-06-28s3-waf: add some missing tdb dependencies.Günther Deschner5-13/+13
2011-06-28s3-smbd Remove set but unused variablesAndrew Bartlett1-9/+0
2011-06-28s3-param Rename struct service and struct globalsAndrew Bartlett1-31/+31
2011-06-28s3-param Remove lp_parm_stringAndrew Bartlett1-12/+0
2011-06-28s3-param make lp_passdb_backend() a normal lp_ function againAndrew Bartlett1-42/+1
2011-06-27s3: explicitly pass domain_sid to wbint_LookupRids() (bug #7841)Volker Lendecke4-9/+11
2011-06-27s3:g_lock: g_lock.tdb should not be executableChristian Ambach1-1/+2
2011-06-25s3: Fix winbindd_wins_bynameVolker Lendecke1-2/+3
2011-06-25s3:test: don't rely on pyhton being in /usr/bin/python in the sids2xids testMichael Adam1-1/+1
2011-06-24s3:test: fix the smbclient_s3 test on older systemsMichael Adam1-1/+1
2011-06-24s3:test: fix the net registry roundtrip test on older systemsMichael Adam1-1/+1
2011-06-24s3:configure: remove unused --with-rootsbindir configure optionStefan Metzmacher2-19/+0