summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Sync up the VFS changes from 2.2.x.Jeremy Allison2002-03-195-294/+883
* 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-182-1/+15
* 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
* Expose net_ads_join to allow for auto-transport-detection for net joinJim McDonough2002-03-151-1/+1
* Add autodetect for net join, as well as some more help updatesJim McDonough2002-03-151-1/+18
* Some help cleanups. Formatting and consistency issues. Line up text nicely,...Jim McDonough2002-03-155-83/+108
* if our lock spin code fails then return the first error code, not theAndrew Tridgell2002-03-151-4/+11
* the SEC_DOMAIN tests also apply to SEC_ADSAndrew Tridgell2002-03-151-2/+2
* nicer output from "net rpc user add"Andrew Tridgell2002-03-151-0/+6
* enable locking on the winbindd cache tdb so it can be backed up andAndrew Tridgell2002-03-151-1/+1
* added a -h usage option to winbinddAndrew Tridgell2002-03-151-1/+16
* this tdb was being opened without locking, which is unsafe for sharedAndrew Tridgell2002-03-151-2/+2
* lower the debug level of failing to map a fileAndrew Tridgell2002-03-151-1/+1
* syncing up printing code with SAMBA_2_2 (already done some mergesGerald Carter2002-03-1513-344/+1042
* Actually include some *information* in the mangle debug messages.Andrew Bartlett2002-03-141-14/+39
* Add paged search requests to net ads user and net ads group commands, allowin...Jim McDonough2002-03-141-21/+32
* This adds the Paged Result Control to ads searching. The new function, ads_d...Jim McDonough2002-03-141-0/+79
* Remove studly gaps from prs_werror() calls so the same debug text isTim Potter2002-03-142-11/+11
* Now we have reliable signals take SIGTERM inband.Jeremy Allison2002-03-143-50/+62