summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Remove C++ comments.Tim Potter2002-07-052-7/+12
* Fix debug comment.Andrew Bartlett2002-07-051-1/+1
* Fix from Andrew Esh for coredump...Jeremy Allison2002-07-041-8/+11
* fixed the geyed out registry keys. Stupid typo on my part.Gerald Carter2002-07-042-15/+15
* More code from "Kai Krueger" <kai@kruegernetz.de>, this time starting to makeAndrew Bartlett2002-07-044-1/+116
* * fix seg fault caused by missing DLIST_REMOVE in free_fn()Gerald Carter2002-07-041-1/+3
* Patch to add security descriptors to the SAMR pipe.Andrew Bartlett2002-07-042-121/+766
* Always free_conn() after all the DEBUG()s etc.Andrew Bartlett2002-07-041-3/+3
* Fixed incorrect debug.Tim Potter2002-07-041-1/+1
* first cut at implementing support for browsing printer and driver driverGerald Carter2002-07-035-93/+802
* Break up the passdb objects (to allow RPC clients to link without brining inAndrew Bartlett2002-07-037-366/+461
* Make these functions static. These are not mentioned in the external header,Andrew Bartlett2002-07-031-4/+4
* Add my copyright (which I should have added months ago...)Andrew Bartlett2002-07-031-0/+1
* Fix the spelling in the LDAP attributesAndrew Bartlett2002-07-031-2/+2
* Fix the forword prototype to be a static for this static function.Andrew Bartlett2002-07-031-1/+1
* Remove invalid comment - these are all 'unix' strings now.Andrew Bartlett2002-07-031-1/+1
* Kill off codepage related stuff, now we don't use codepages any more.Andrew Bartlett2002-07-035-892/+816
* fix typo in unix extensions descriptionGerald Carter2002-07-021-3/+3
* Address the string_sub problem by changing len = 0 to mean "no expand".Jeremy Allison2002-07-0214-81/+121
* fixed our winreg parsing to handle a diifferent form given to us byAndrew Tridgell2002-07-021-6/+8
* Merge of constant renames from APPLIANCE_HEAD.Tim Potter2002-07-023-67/+65
* fixed a prototype problem in client.cAndrew Tridgell2002-07-021-0/+3
* used findstatic.pl to make some variables static and remove some deadAndrew Tridgell2002-07-0123-304/+80
* ads_mod_ber should be static, not publicAndrew Tridgell2002-07-011-2/+2
* fixed multi-homed re-registration of names when we are a WINSAndrew Tridgell2002-07-011-1/+11
* don't start the async dns process unless we actually need it!Andrew Tridgell2002-07-011-1/+1
* bias the lookup sorting towards directly reachable IPsAndrew Tridgell2002-07-012-0/+16
* sort name query responses by how far they are from our interfaceAndrew Tridgell2002-07-012-2/+43
* fixed a bug handling startup when the ads server is not contactableAndrew Tridgell2002-07-011-1/+1
* The 17-bit length field in the header contains the number ofChristopher R. Hertel2002-07-011-1/+8
* fixed a makefile syntax error that was breaking the build on someAndrew Tridgell2002-06-301-1/+1
* Shut down printing tdb correctly - this will be more important when I goJeremy Allison2002-06-282-3/+18
* Added limit on SPOOLSS pipes from 2.2.xJeremy Allison2002-06-281-8/+31
* Test how many pipes we can open.Jeremy Allison2002-06-281-0/+29
* Const cleanup...should only be 2 warnings left from calling lib/util_str.cJim McDonough2002-06-281-117/+158
* STRING was being redefined...Jeremy Allison2002-06-281-1/+0
* don't backup to a newer fileAndrew Tridgell2002-06-281-1/+17
* make net join a bit less verboseAndrew Tridgell2002-06-283-3/+3
* don't warn on non-existant files in map_file(), let the caller handle any war...Andrew Tridgell2002-06-281-1/+2
* don't warn on the loading of zero length files. This fixes theAndrew Tridgell2002-06-281-1/+1
* Proper merge of all the working printing stuff from APPLIANCE_HEAD.Jeremy Allison2002-06-2814-1040/+1462
* It's fairly obvious that no one has tried to upload a driverGerald Carter2002-06-272-2/+30
* fixed a link problem with global_in_nmbdAndrew Tridgell2002-06-272-3/+3
* The next phase in the WINS rewrite!Andrew Tridgell2002-06-2713-894/+867
* Jelmer has been keeping on top of the typos.Andrew Bartlett2002-06-274-3/+6
* We don't use SSL any more...Andrew Bartlett2002-06-271-405/+0
* a null grp_sid should have a 0 offset. Also removed a few more unnecessaryGerald Carter2002-06-272-17/+6
* Using 1 for a tdb hash size makes for slow inserts....Jeremy Allison2002-06-271-1/+1
* Re-enable kernel change notification on s390 as it has been fixed in theJim McDonough2002-06-262-2/+2
* more merges from SAMBA_2_2Gerald Carter2002-06-263-806/+813