kai/samba.git
2002-07-06 Andrew BartlettIncrese the maximum non-unix-account ID (becouse the...
2002-07-05 Tim PotterRemove C++ comments.
2002-07-05 Andrew BartlettFix debug comment.
2002-07-04 Jeremy AllisonFix from Andrew Esh for coredump...
2002-07-04 Gerald Carterfixed the geyed out registry keys. Stupid typo on...
2002-07-04 Andrew BartlettMore code from "Kai Krueger" <kai@kruegernetz.de>,...
2002-07-04 Gerald Carter* fix seg fault caused by missing DLIST_REMOVE in free_fn()
2002-07-04 Andrew BartlettPatch to add security descriptors to the SAMR pipe.
2002-07-04 Andrew BartlettAlways free_conn() after all the DEBUG()s etc.
2002-07-04 Tim PotterFixed incorrect debug.
2002-07-03 Gerald Carterfirst cut at implementing support for browsing printer...
2002-07-03 Andrew BartlettBreak up the passdb objects (to allow RPC clients to...
2002-07-03 Andrew BartlettMake these functions static. These are not mentioned...
2002-07-03 Andrew BartlettAdd my copyright (which I should have added months...
2002-07-03 Andrew BartlettFix the spelling in the LDAP attributes
2002-07-03 Andrew BartlettFix the forword prototype to be a static for this stati...
2002-07-03 Andrew BartlettRemove invalid comment - these are all 'unix' strings...
2002-07-03 Andrew BartlettKill off codepage related stuff, now we don't use codep...
2002-07-02 Gerald Carterfix typo in unix extensions description
2002-07-02 Jeremy AllisonAddress the string_sub problem by changing len = 0...
2002-07-02 Andrew Tridgellfixed our winreg parsing to handle a diifferent form...
2002-07-02 Tim PotterMerge of constant renames from APPLIANCE_HEAD.
2002-07-02 Andrew Tridgellfixed a prototype problem in client.c
2002-07-01 Andrew Tridgellused findstatic.pl to make some variables static and...
2002-07-01 Andrew Tridgellads_mod_ber should be static, not public
2002-07-01 Andrew Tridgellfixed multi-homed re-registration of names when we...
2002-07-01 Andrew Tridgelldon't start the async dns process unless we actually...
2002-07-01 Andrew Tridgellbias the lookup sorting towards directly reachable IPs
2002-07-01 Andrew Tridgellsort name query responses by how far they are from...
2002-07-01 Andrew Tridgellfixed a bug handling startup when the ads server is...
2002-07-01 Christopher... The 17-bit length field in the header contains the...
2002-06-30 Andrew Tridgellfixed a makefile syntax error that was breaking the...
2002-06-28 Jeremy AllisonShut down printing tdb correctly - this will be more...
2002-06-28 Jeremy AllisonAdded limit on SPOOLSS pipes from 2.2.x
2002-06-28 Jeremy AllisonTest how many pipes we can open.
2002-06-28 Jim McDonoughConst cleanup...should only be 2 warnings left from...
2002-06-28 Jeremy AllisonSTRING was being redefined...
2002-06-28 Andrew Tridgelldon't backup to a newer file
2002-06-28 Andrew Tridgellmake net join a bit less verbose
2002-06-28 Andrew Tridgelldon't warn on non-existant files in map_file(), let...
2002-06-28 Andrew Tridgelldon't warn on the loading of zero length files. This...
2002-06-28 Jeremy AllisonProper merge of all the working printing stuff from...
2002-06-27 Gerald CarterIt's fairly obvious that no one has tried to upload...
2002-06-27 Andrew Tridgellfixed a link problem with global_in_nmbd
2002-06-27 Andrew TridgellThe next phase in the WINS rewrite!
2002-06-27 Andrew BartlettJelmer has been keeping on top of the typos.
2002-06-27 Andrew BartlettWe don't use SSL any more...
2002-06-27 Gerald Cartera null grp_sid should have a 0 offset. Also removed...
2002-06-27 Jeremy AllisonUsing 1 for a tdb hash size makes for slow inserts....
2002-06-26 Jim McDonoughRe-enable kernel change notification on s390 as it...
2002-06-26 Gerald Cartermore merges from SAMBA_2_2
2002-06-26 Gerald Cartermerge from APP_HEAD
2002-06-26 Jeremy AllisonTypo...
2002-06-26 Jeremy AllisonAdded prs_align_uint16 for SD aligns.
2002-06-26 Jim McDonoughReduce compiler warnings.
2002-06-26 Andrew Tridgellresolve_wins() now needs to be a public function
2002-06-26 Andrew TridgellThis commit finally gives us multiple wins server group...
2002-06-26 Andrew Tridgellwe never pass any userdata when doing name registration...
2002-06-26 Andrew Tridgellremoved the wins name registration code from libsmbclient
2002-06-26 Andrew Tridgellmade the wins list handling a littler clearer
2002-06-26 Andrew Tridgellmumble ... fix typo ... mumble
2002-06-26 Andrew Tridgellfixed we_are_multihomed() to cope with dynamic interfac...
2002-06-26 Andrew Tridgell- completely rewrote the wins_srv.c code. It is now...
2002-06-26 Andrew Tridgellfixed 3 bugs in jeremys trans2 merge. Hopefully it...
2002-06-26 Andrew Tridgellreverted some bogus test code that jeremy accidentally...
2002-06-26 Andrew BartlettAnother bug fix from metze.
2002-06-26 Andrew BartlettQualify some of the hexidecimal responses with 0x
2002-06-25 Andrew BartlettAnd fix another missing ubiqx...
2002-06-25 Andrew BartlettFix the smbmnt compile.
2002-06-25 Andrew BartlettI'm going to try and check this against Win2k shortly...
2002-06-25 Andrew BartlettTry to avoid infinite loops when reteriving users ...
2002-06-25 Andrew BartlettUpdate cli_full_connection() to take a 'flags' paramate...
2002-06-25 Andrew BartlettAnd another .cvsignore
2002-06-25 Andrew BartlettAdd a .cvsignore file
2002-06-25 Andrew BartlettKill off unnecessary cast.
2002-06-25 Andrew BartlettBreak up samba's object dependencies, and its prototype...
2002-06-25 Andrew BartlettAdd a couple more DEBUG()s to winbindd.
2002-06-25 Andrew Tridgellfixed a bug in handling select in the main daemon ...
2002-06-25 Gerald Carterremoved compiler warning
2002-06-25 Gerald CarterMerge ... SONAMEFLAG stuff from SAMBA_2_2. If I steppe...
2002-06-24 Gerald Cartermerging some autoconf changes from SAMBA_2_2
2002-06-24 Gerald Cartersync with the sec_desc parsing fix from APP_HEAD. ...
2002-06-24 Gerald Carterreplacing free() with SAFE_FREE() where possible
2002-06-24 Gerald Carterbacking out changes for now
2002-06-24 Gerald Cartercompile fix
2002-06-24 Gerald Carterforgot new error code from 2.2
2002-06-24 Gerald Carterprinting merge from SAMBA_2_2. Ther server code looks...
2002-06-24 Jim McDonoughSupport utf8 on the wire for ads ldap. DN's are conver...
2002-06-24 Jeremy AllisonMerged across trans2.c from SAMBA_2_2. UNIX extensions...
2002-06-24 Andrew Tridgellmuch better findstatic script
2002-06-24 Andrew BartlettTry to get security=domain at least slightly working.
2002-06-22 Andrew BartlettAdd module versioning to the passdb module system
2002-06-22 Andrew BartlettRaise some debug levels.
2002-06-21 Jeremy AllisonDon't use uint. It doesn't exist on some platforms...
2002-06-21 Tim PotterFixed incorrect debug.
2002-06-21 Jeremy AllisonFormat tidyup before I start working on scalability...
2002-06-21 Tim PotterChanged level of "bind succeded on port %d" debug to 10.
2002-06-20 Jeremy AllisonFix from Andrew Esh for not checking return code.
2002-06-20 Jeremy AllisonRemove "inline" - shouldn't be in portable code.
2002-06-20 Tim PotterGot rid of unused flags field in lanman api_commands[].
next