summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Moved definition of winbind username/password secrets into secrets.hTim Potter2002-04-102-8/+8
* When printing a tdb log message display "unnamed" instead of "unknown" ifTim Potter2002-04-091-1/+1
* Shirish pointed out more areas we should be doing roundups for allocation size.Jeremy Allison2002-04-091-17/+16
* Fixed typo in debug statement.Tim Potter2002-04-091-1/+1
* Fixed some compiler warnings.Tim Potter2002-04-091-5/+5
* Added WERR_INVALID_FORM_NAME constant.Tim Potter2002-04-093-0/+3
* Add a become_root()/unbecome_root() pair to allow acces to the passdb forAndrew Bartlett2002-04-091-0/+4
* Fixed setform and addform functions.Tim Potter2002-04-091-21/+17
* Added constants for form types and WERROR values.Tim Potter2002-04-091-0/+38
* The useless_ptr must be non-zero for addform and setform client functionsTim Potter2002-04-091-2/+5
* Fix location of binaries and make sure they get there. Still experimental.John Terpstra2002-04-081-5/+5
* a fix yet committed to 2.2 sometimes ago and reintroduced here!Simo Sorce2002-04-081-1/+1
* Reintroduce the 2.2 name mangling code, until we get are more flexible solution.Andrew Bartlett2002-04-084-830/+805
* Fix up major logic reversal flaws in pdb_ldap.Andrew Bartlett2002-04-081-36/+70
* Spelling.Tim Potter2002-04-073-3/+3
* Fix pathes.John Terpstra2002-04-071-3/+7
* uint32 store and fectch functions, a signed int is not enough sometimesSimo Sorce2002-04-071-0/+96
* better check of called function's returnSimo Sorce2002-04-072-59/+127
* Oops .. last update was committed before saving! Argh!John Terpstra2002-04-071-2/+2
* Updated because I want this for now - NOTE: This will change before releaseJohn Terpstra2002-04-071-6/+11
* Always pass NT password as well as Lanman.Jeremy Allison2002-04-061-1/+1
* Fix Gerry bug - MajorVersion should be 2 not 3.Jeremy Allison2002-04-051-1/+1
* Fixed up admin user / guest user lookup.Jeremy Allison2002-04-051-5/+8
* Use the new ads_do_search_all2 function. It provides sorted results. We nowJim McDonough2002-04-051-30/+18
* Several updates to get server side sorting going:Jim McDonough2002-04-051-26/+78
* Merge from 2.2Volker Lendecke2002-04-051-9/+11
* New version of patch.Tim Potter2002-04-051-13/+15
* make protoTim Potter2002-04-051-0/+46
* Added new files for drivers, forms and ports conversion routines.Tim Potter2002-04-051-0/+3
* Fixed dodgy looking prototypes for py_to_* functions.Tim Potter2002-04-051-11/+11
* Removed unused label.Tim Potter2002-04-051-1/+0
* Converted drivers, forms and ports functions to use new conversion routinesTim Potter2002-04-056-145/+304
* Added py_spoolss_printers_conv.c to spoolss extension.Tim Potter2002-04-051-0/+1
* make protoTim Potter2002-04-051-0/+2
* New routines to convert between structures and python dictionaries. We nowTim Potter2002-04-051-0/+367
* Throw a spoolss.werror exception when the rpc client routines returnTim Potter2002-04-051-272/+80
* Don't include py_spoolss_conv.h by default. We want to hide theseTim Potter2002-04-051-1/+0
* Added functions to return Python tuples (error code, error string)Tim Potter2002-04-052-0/+19
* add utils/net_help.c to bin/net buildJim McDonough2002-04-051-1/+1
* Lots more net consistency work:Jim McDonough2002-04-055-117/+470
* Make bin/nsstest as part of torture target.Tim Potter2002-04-041-1/+2
* Fixed some compile warnings.Tim Potter2002-04-042-2/+4
* More spelling.Tim Potter2002-04-041-1/+1
* Multiple changes:Jim McDonough2002-04-041-11/+16
* Cleanups to make auto-detection of method on net user smoother.Jim McDonough2002-04-041-5/+10
* More updates for auto-detecting server connection method. Added net_ads_check()Jim McDonough2002-04-041-5/+38
* small change in name_resolve_bcast()Jean-François Micouleau2002-04-041-1/+1
* If compiling with Insure, mallocate a byte of memory and attach it to theTim Potter2002-04-043-1/+45
* Spelling.Tim Potter2002-04-041-1/+1
* Call poptFreeContext() as appropriate.Tim Potter2002-04-041-23/+30