index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
/
client
/
client.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r4207: remove "lookupname" and "lookupsid", and instead have a single "lookup...
Andrew Tridgell
1
-41
/
+24
2007-10-10
r4202: added smbclient commands "addprivileges" and "delprivileges" for
Andrew Tridgell
1
-1
/
+104
2007-10-10
r4073: - added a set of lsa helper routines to make lsa lookups that are
Andrew Tridgell
1
-0
/
+110
2007-10-10
r4063: - change char * -> uint8_t in struct request_buffer
Stefan Metzmacher
1
-6
/
+8
2007-10-10
r4055: fixed more places to use type safe allocation macros
Andrew Tridgell
1
-2
/
+2
2007-10-10
r4054: got rid of Realloc(), replacing it with the type safe macro realloc_p()
Andrew Tridgell
1
-1
/
+1
2007-10-10
r4052: fixed a bunch of code to use the type safe _p allocation macros
Andrew Tridgell
1
-1
/
+1
2007-10-10
r4037: fixed a bunch of "might be uninitialised" warnings after enabling -O1 ...
Andrew Tridgell
1
-1
/
+1
2007-10-10
r4013: got rid of a bunch of unused or unmaintained code
Andrew Tridgell
1
-62
/
+21
2007-10-10
r3971: fix compiler warnings
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r3830: unified the query/set security descriptor code with the rest of the
Andrew Tridgell
1
-5
/
+6
2007-10-10
r3633: - moved module init functions to after smb.conf and command line
Andrew Tridgell
1
-2
/
+2
2007-10-10
r3586: Fix some of the issues with the module init functions.
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r3494: got rid of include/rewrite.h, and split out the dynconfig.h header
Andrew Tridgell
1
-0
/
+1
2007-10-10
r3483: IRIX 6.4 now builds
Andrew Tridgell
1
-0
/
+1
2007-10-10
r3481: split out client.h and events.h
Andrew Tridgell
1
-8
/
+9
2007-10-10
r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ...
Andrew Tridgell
1
-0
/
+1
2007-10-10
r3453: - split out the auth and popt includes
Andrew Tridgell
1
-0
/
+1
2007-10-10
r3447: more include/system/XXX.h include files
Andrew Tridgell
1
-0
/
+2
2007-10-10
r3441: some include file cleanups and general housekeeping
Andrew Tridgell
1
-7
/
+84
2007-10-10
r3428: switched to using minimal includes for the auto-generated RPC code.
Andrew Tridgell
1
-0
/
+1
2007-10-10
r3419: moved the libcli/raw structures into libcli/raw/libcliraw.h
Andrew Tridgell
1
-0
/
+2
2007-10-10
r3323: more warning reductions
Andrew Tridgell
1
-6
/
+7
2007-10-10
r2906: fixed a memory leak in the smbclient -L code
Andrew Tridgell
1
-1
/
+3
2007-10-10
r2710: continue with the new style of providing a parent context whenever
Andrew Tridgell
1
-2
/
+2
2007-10-10
r2499: - use more efficient wildcard delete in smbclient
Andrew Tridgell
1
-20
/
+9
2007-10-10
r2456: got rid of some outdated global macros
Andrew Tridgell
1
-1
/
+8
2007-10-10
r2433: attrib_string() is now a generally available library function (it will...
Andrew Tridgell
1
-40
/
+4
2007-10-10
r2063: Ensure the first argument to a printf() like function (talloc_init()
Andrew Bartlett
1
-2
/
+2
2007-10-10
r2003: got rid of next_token_nr(), which involved some horrible globals
Andrew Tridgell
1
-89
/
+88
2007-10-10
r1986: Janitor for myself. Merge -r1907:1908 from SAMBA_3_0 branch.
Tim Potter
1
-1
/
+1
2007-10-10
r1957: add cmdline_set_* functions
Stefan Metzmacher
1
-21
/
+5
2007-10-10
r1941: - fixed an allocation error with querying security descriptors remotely
Andrew Tridgell
1
-0
/
+2
2007-10-10
r1913: add --version back
Stefan Metzmacher
1
-0
/
+1
2007-10-10
r1911: merge a few popt parameters from 3.0 move some to better places
Stefan Metzmacher
1
-10
/
+8
2007-10-10
r1897: added a choose_called_name() function that allows us to more sanely
Andrew Tridgell
1
-30
/
+10
2007-10-10
r1730: We cannot dereference c->tree here, as there is not a tree yet.
Andrew Bartlett
1
-2
/
+2
2007-10-10
r1654: rename cli_ -> smbcli_
Stefan Metzmacher
1
-87
/
+87
2007-10-10
r1578: the first stage of the async client rewrite.
Andrew Tridgell
1
-24
/
+1
2007-10-10
r1462: GENSEC Kerberos and SPENGO work:
Andrew Bartlett
1
-0
/
+1
2007-10-10
r1034: Couple of small (popt) fixes
Jelmer Vernooij
1
-6
/
+3
2007-10-10
r960: convert 'unsigned int' to uint_t in the most places
Stefan Metzmacher
1
-3
/
+3
2007-10-10
r889: convert samba4 to use [u]int16_t instead of [u]int16
Stefan Metzmacher
1
-9
/
+9
2007-10-10
r884: convert samba4 to use [u]int32_t instead of [u]int32
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r873: converted samba4 to use real 64 bit integers instead of
Andrew Tridgell
1
-6
/
+6
2007-10-10
r591: don't need to init non-ref out ptrs (thanks to abartlet for spotting this)
Andrew Tridgell
1
-2
/
+0
2007-10-10
r361: allow anonymous browsing
Andrew Tridgell
1
-9
/
+2
2007-10-10
r360: use the STYPE_* definitions from srvsvc.idl
Andrew Tridgell
1
-4
/
+6
2007-10-10
r357: added share browsing to smbclient using the SRVSVC MSRPC pipe
Andrew Tridgell
1
-4
/
+92
2007-10-10
r152: a quick airport commit ....
Andrew Tridgell
1
-2
/
+2
[next]