r4054: got rid of Realloc(), replacing it with the type safe macro realloc_p()
[samba.git] / source / client / client.c
2007-10-10 Andrew Tridgellr4054: got rid of Realloc(), replacing it with the...
2007-10-10 Andrew Tridgellr4052: fixed a bunch of code to use the type safe _p...
2007-10-10 Andrew Tridgellr4037: fixed a bunch of "might be uninitialised" warnin...
2007-10-10 Andrew Tridgellr4013: got rid of a bunch of unused or unmaintained...
2007-10-10 Stefan Metzmacherr3971: fix compiler warnings
2007-10-10 Andrew Tridgellr3830: unified the query/set security descriptor code...
2007-10-10 Andrew Tridgellr3633: - moved module init functions to after smb.conf...
2007-10-10 Jelmer Vernooijr3586: Fix some of the issues with the module init...
2007-10-10 Andrew Tridgellr3494: got rid of include/rewrite.h, and split out...
2007-10-10 Andrew Tridgellr3483: IRIX 6.4 now builds
2007-10-10 Andrew Tridgellr3481: split out client.h and events.h
2007-10-10 Andrew Tridgellr3463: separated out some more headers (asn_1.h, messag...
2007-10-10 Andrew Tridgellr3453: - split out the auth and popt includes
2007-10-10 Andrew Tridgellr3447: more include/system/XXX.h include files
2007-10-10 Andrew Tridgellr3441: some include file cleanups and general housekeeping
2007-10-10 Andrew Tridgellr3428: switched to using minimal includes for the auto...
2007-10-10 Andrew Tridgellr3419: moved the libcli/raw structures into libcli...
2007-10-10 Andrew Tridgellr3323: more warning reductions
2007-10-10 Andrew Tridgellr2906: fixed a memory leak in the smbclient -L code
2007-10-10 Andrew Tridgellr2710: continue with the new style of providing a paren...
2007-10-10 Andrew Tridgellr2499: - use more efficient wildcard delete in smbclient
2007-10-10 Andrew Tridgellr2456: got rid of some outdated global macros
2007-10-10 Andrew Tridgellr2433: attrib_string() is now a generally available...
2007-10-10 Andrew Bartlettr2063: Ensure the first argument to a printf() like...
2007-10-10 Andrew Tridgellr2003: got rid of next_token_nr(), which involved some...
2007-10-10 Tim Potterr1986: Janitor for myself. Merge -r1907:1908 from...
2007-10-10 Stefan Metzmacherr1957: add cmdline_set_* functions
2007-10-10 Andrew Tridgellr1941: - fixed an allocation error with querying securi...
2007-10-10 Stefan Metzmacherr1913: add --version back
2007-10-10 Stefan Metzmacherr1911: merge a few popt parameters from 3.0 move some...
2007-10-10 Andrew Tridgellr1897: added a choose_called_name() function that allow...
2007-10-10 Andrew Bartlettr1730: We cannot dereference c->tree here, as there...
2007-10-10 Stefan Metzmacherr1654: rename cli_ -> smbcli_
2007-10-10 Andrew Tridgellr1578: the first stage of the async client rewrite.
2007-10-10 Andrew Bartlettr1462: GENSEC Kerberos and SPENGO work:
2007-10-10 Jelmer Vernooijr1034: Couple of small (popt) fixes
2007-10-10 Stefan Metzmacherr960: convert 'unsigned int' to uint_t in the most...
2007-10-10 Stefan Metzmacherr889: convert samba4 to use [u]int16_t instead of ...
2007-10-10 Stefan Metzmacherr884: convert samba4 to use [u]int32_t instead of ...
2007-10-10 Andrew Tridgellr873: converted samba4 to use real 64 bit integers...
2007-10-10 Andrew Tridgellr591: don't need to init non-ref out ptrs (thanks to...
2007-10-10 Andrew Tridgellr361: allow anonymous browsing
2007-10-10 Andrew Tridgellr360: use the STYPE_* definitions from srvsvc.idl
2007-10-10 Andrew Tridgellr357: added share browsing to smbclient using the SRVSV...
2007-10-10 Andrew Tridgellr152: a quick airport commit ....
2007-10-10 Andrew Tridgellr66: fixed a segv when printing an error from a session...
2007-10-10 Andrew Tridgellr23: get rid of def_finfo
2004-02-10 Tim PotterConvert libcli routines to return NTSTATUS instead...
2004-02-08 Tim PotterConvert libcli routines to use cli_tree instead of...
2004-01-28 Stefan Metzmachermerge the version.h autogeneration stuff from 3.0
2003-11-28 Andrew Tridgellfixed some warnings
2003-11-23 Andrew Tridgellby using a single proto.h we gain another factor of...
2003-10-30 Andrew Tridgell- a few portability fixes from Jim Myers
2003-09-02 Andrew Tridgellthanks to ntfsd and some google searches I worked out...
2003-08-15 Andrew Tridgellmore fixes from the IRIX compiler (thanks herb!)
2003-08-14 Herb Lewisclient/client.c - cannot initialize struct with non...
2003-08-14 Andrew Tridgellfixed allinfo bug reported by metze
2003-08-13 Andrew Tridgelluse the \\server\share form of tconx to work with serve...
2003-08-13 Andrew TridgellThis commit was generated by cvs2svn to compensate...
2003-08-13 Andrew Tridgellfirst public release of samba4 code