summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2002-03-21make net ads info work with -SAndrew Tridgell1-4/+5
2002-03-21Compile fix for --with-profiling-dataTim Potter1-0/+2
2002-03-21Don't leak memory on failure.Andrew Bartlett1-1/+3
2002-03-21Make sure to initaliase SAM_ACCOUNT pointers to NULL, otherwise pdb_init_sam()Andrew Bartlett2-6/+6
2002-03-21fixed the secondary group mappings for ADS usersAndrew Tridgell1-8/+56
2002-03-20merge from APPLIANCE_HEADGerald Carter1-12/+1
2002-03-20Ensure we don't do lp_servicename()'s in tdb traverse as thisJeremy Allison1-5/+7
2002-03-20Print queue entries *must* have queue names, not numbers - numbers areJeremy Allison2-9/+32
2002-03-20John's patch changed the size of a structure stored in the tdb - weJeremy Allison1-1/+1
2002-03-20HEAD only fix for truncate from Alexander Bokovoy <a.bokovoy@sam-solutions.net>.Jeremy Allison1-1/+1
2002-03-20Make ldapsam compile again.Andrew Bartlett1-20/+0
2002-03-20BUFFER_SIZE Should be 128k if large read write tests are to work.Jeremy Allison1-0/+5
2002-03-20Add assertions that kill() is never accidentally passed a non-positiveMartin Pool4-4/+15
2002-03-20Actually use flags passed in PYTHON_CFLAGS variable.Tim Potter1-21/+33
2002-03-20Added enum domain users and enum domain groups.Tim Potter1-22/+77
2002-03-20Pass $(CFLAGS) and $(CPPFLAGS) to python compile instead of $(FLAGS)Tim Potter1-1/+1
2002-03-20Added name_to_sid and sid_to_name functions.Tim Potter1-1/+136
2002-03-20Remove nsswitch from include directories.Tim Potter1-2/+4
2002-03-20Cache call to winbind separator.Tim Potter1-46/+56
2002-03-20resetprinter merge from SAMBA_2_2Gerald Carter3-13/+36
2002-03-20Ignore autogenerated setup.pyTim Potter1-0/+1
2002-03-20Initial version.Tim Potter8-0/+1734
2002-03-20Correctly increment offset in cli_smbwrite.Jeremy Allison2-9/+25
2002-03-20Allow a zero rid in pdb_smbpasswd. When given a zero rid the pdb backendAndrew Bartlett1-1/+3
2002-03-20Test against W2K that we're doing large read/writes correctly (we are).Jeremy Allison1-0/+9
2002-03-20Ensure we get a real fd when opening for set file allocation.Jeremy Allison1-1/+1
2002-03-20Merge of Richard's lookupsid fix.Tim Potter1-1/+4
2002-03-20Fix for debug typo.Jeremy Allison1-1/+1
2002-03-20Remove the "stat open" code - make it inline. This should fix theJeremy Allison10-256/+140
2002-03-20Merge from app-head:Tim Potter1-2/+2
2002-03-19Patch to configure.in and Makefile.in for Python extensions.Tim Potter1-0/+41
2002-03-19Merge JohnR's fix.Jeremy Allison1-5/+10
2002-03-19the beginning of a test to determine and display a servers propertiesAndrew Tridgell1-0/+31
2002-03-19setup.py for samba python wrappersTim Potter1-0/+93
2002-03-19make "net ads user" and "net ads group" also use the new paged interfaceAndrew Tridgell1-30/+16
2002-03-19updated winbindd to used paged ldap searches for all ldap queriesAndrew Tridgell1-1/+1
2002-03-19added a ads_do_search_all() call, which is a more convenient interfaceAndrew Tridgell1-0/+42
2002-03-19second step to gain free uid<->rid mappingSimo Sorce10-166/+216
2002-03-19fixed paged controls on my box. The problem seems to be incorrectAndrew Tridgell1-4/+21
2002-03-19Take out autobuild dependency on proto.h; breaks some proprietary Makes.Martin Pool1-8/+4
2002-03-19Refactor for systems like Solaris that cannot handle wildcards on theMartin Pool1-4/+8
2002-03-19Change the Makefile to rebuild proto.h as necessary -- note that thisMartin Pool1-16/+55
2002-03-19Fix a double-free bug in wbinfo -t's call in winbindd.Andrew Bartlett2-7/+8
2002-03-19Don't try to sort a list of zero length in internal_resolve_name()Tim Potter1-1/+1
2002-03-19Sync up the VFS changes from 2.2.x.Jeremy Allison5-294/+883
2002-03-19Merge in JohnR's page count fixes.Jeremy Allison4-8/+64
2002-03-19Sync up vfs changes from 2.2.x.Jeremy Allison10-188/+68
2002-03-19ops forgot this :-)Simo Sorce1-0/+8
2002-03-18more verbose checking in talloc and util_pwSimo Sorce6-90/+162
2002-03-18Start to switch away from the alghorithmic uid->rid mapping modelSimo Sorce5-29/+179