summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* John's patch changed the size of a structure stored in the tdb - weJeremy Allison2002-03-201-1/+1
* HEAD only fix for truncate from Alexander Bokovoy <a.bokovoy@sam-solutions.net>.Jeremy Allison2002-03-201-1/+1
* Make ldapsam compile again.Andrew Bartlett2002-03-201-20/+0
* BUFFER_SIZE Should be 128k if large read write tests are to work.Jeremy Allison2002-03-201-0/+5
* Add assertions that kill() is never accidentally passed a non-positiveMartin Pool2002-03-204-4/+15
* Actually use flags passed in PYTHON_CFLAGS variable.Tim Potter2002-03-201-21/+33
* Added enum domain users and enum domain groups.Tim Potter2002-03-201-22/+77
* Pass $(CFLAGS) and $(CPPFLAGS) to python compile instead of $(FLAGS)Tim Potter2002-03-201-1/+1
* Added name_to_sid and sid_to_name functions.Tim Potter2002-03-201-1/+136
* Remove nsswitch from include directories.Tim Potter2002-03-201-2/+4
* Cache call to winbind separator.Tim Potter2002-03-201-46/+56
* resetprinter merge from SAMBA_2_2Gerald Carter2002-03-203-13/+36
* Ignore autogenerated setup.pyTim Potter2002-03-201-0/+1
* Initial version.Tim Potter2002-03-208-0/+1734
* Correctly increment offset in cli_smbwrite.Jeremy Allison2002-03-202-9/+25
* Allow a zero rid in pdb_smbpasswd. When given a zero rid the pdb backendAndrew Bartlett2002-03-201-1/+3
* Test against W2K that we're doing large read/writes correctly (we are).Jeremy Allison2002-03-201-0/+9
* Ensure we get a real fd when opening for set file allocation.Jeremy Allison2002-03-201-1/+1
* Merge of Richard's lookupsid fix.Tim Potter2002-03-201-1/+4
* Fix for debug typo.Jeremy Allison2002-03-201-1/+1
* Remove the "stat open" code - make it inline. This should fix theJeremy Allison2002-03-2010-256/+140
* Merge from app-head:Tim Potter2002-03-201-2/+2
* Patch to configure.in and Makefile.in for Python extensions.Tim Potter2002-03-191-0/+41
* Merge JohnR's fix.Jeremy Allison2002-03-191-5/+10
* the beginning of a test to determine and display a servers propertiesAndrew Tridgell2002-03-191-0/+31
* setup.py for samba python wrappersTim Potter2002-03-191-0/+93
* make "net ads user" and "net ads group" also use the new paged interfaceAndrew Tridgell2002-03-191-30/+16
* updated winbindd to used paged ldap searches for all ldap queriesAndrew Tridgell2002-03-191-1/+1
* added a ads_do_search_all() call, which is a more convenient interfaceAndrew Tridgell2002-03-191-0/+42
* second step to gain free uid<->rid mappingSimo Sorce2002-03-1910-166/+216
* fixed paged controls on my box. The problem seems to be incorrectAndrew Tridgell2002-03-191-4/+21
* Take out autobuild dependency on proto.h; breaks some proprietary Makes.Martin Pool2002-03-191-8/+4
* Refactor for systems like Solaris that cannot handle wildcards on theMartin Pool2002-03-191-4/+8
* Change the Makefile to rebuild proto.h as necessary -- note that thisMartin Pool2002-03-191-16/+55
* Fix a double-free bug in wbinfo -t's call in winbindd.Andrew Bartlett2002-03-192-7/+8
* Don't try to sort a list of zero length in internal_resolve_name()Tim Potter2002-03-191-1/+1
* Merge in JohnR's page count fixes.Jeremy Allison2002-03-194-8/+64
* Sync up vfs changes from 2.2.x.Jeremy Allison2002-03-1910-188/+68
* ops forgot this :-)Simo Sorce2002-03-191-0/+8
* more verbose checking in talloc and util_pwSimo Sorce2002-03-186-90/+162
* Start to switch away from the alghorithmic uid->rid mapping modelSimo Sorce2002-03-185-29/+179
* Allow us to see the difference between these two errors. (We need to chaseAndrew Bartlett2002-03-181-1/+7
* preparing for release of 3.0-alpha17Samba Release Account2002-03-181-1/+1
* Fix ability to compile with CUPS support.John Terpstra2002-03-171-2/+2
* Added dos_errstr() function. Not all errors in list yet.Tim Potter2002-03-176-23/+99
* Renamed get_nt_error_msg() to nt_errstr().Tim Potter2002-03-1735-113/+113
* Fix build for non-ads caseJim McDonough2002-03-161-0/+5
* Don't use // even temporarily, lest ye forget it and check it in...Jim McDonough2002-03-161-3/+3
* Change new style join function name for clarity in net_rpc.cJim McDonough2002-03-151-1/+1
* Change net rpc join several ways: \n\t1) expose \n\t2) eliminate oldstyle sub...Jim McDonough2002-03-151-16/+17