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
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r2004: remove unused file
Stefan Metzmacher
1
-121
/
+0
2007-10-10
r2003: got rid of next_token_nr(), which involved some horrible globals
Andrew Tridgell
5
-123
/
+103
2007-10-10
r2000: remove unused var
Stefan Metzmacher
1
-1
/
+0
2007-10-10
r1999: fix compiler warning
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r1998: fix compiler warning
Stefan Metzmacher
1
-2
/
+1
2007-10-10
r1997: fix compiler warning
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r1996: fix compiler warnings
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r1995: a ndrdump file from abartlet make it clear that this isn't a pointer
Stefan Metzmacher
2
-4
/
+3
2007-10-10
r1994: fix compiler warning
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r1993: Allow WinXP domain logon to progress a bit further (it seems broken fo...
Andrew Bartlett
3
-12
/
+16
2007-10-10
r1992: Make the NTLMSSP torture test show more detail, and return failure etc.
Andrew Bartlett
1
-4
/
+22
2007-10-10
r1991: After finding a talloc inconsistancy is a very good time to smb_panic(),
Andrew Bartlett
1
-2
/
+12
2007-10-10
r1990: Fix breakage caused by the recent talloc changes. (Failure to process
Andrew Bartlett
3
-6
/
+6
2007-10-10
r1989: fixed a couple of bugs in code that assumes sizeof(time_t) == sizeof(int)
Andrew Tridgell
1
-2
/
+6
2007-10-10
r1988: Let Samba use all POSIX features available on VOS.
Paul Green
1
-2
/
+2
2007-10-10
r1986: Janitor for myself. Merge -r1907:1908 from SAMBA_3_0 branch.
Tim Potter
1
-1
/
+1
2007-10-10
r1985: take advantage of the new talloc in a few more places
Andrew Tridgell
14
-155
/
+148
2007-10-10
r1984: this change is what you should read to understand the new talloc()
Andrew Tridgell
3
-19
/
+5
2007-10-10
r1983: a completely new implementation of talloc
Andrew Tridgell
43
-474
/
+284
2007-10-10
r1982: i is not initialised or used
Andrew Tridgell
1
-2
/
+1
2007-10-10
r1973: for systems that don't have strtoull() try strtouq(). This should fix
Andrew Tridgell
2
-1
/
+13
2007-10-10
r1972: cmdline_auth_info does not need to be declared global
Andrew Tridgell
1
-2
/
+0
2007-10-10
r1961: print out the dcerpc fault code, when we got NT_STATUS_NET_WRITE_FAULT
Stefan Metzmacher
2
-2
/
+10
2007-10-10
r1957: add cmdline_set_* functions
Stefan Metzmacher
2
-21
/
+31
2007-10-10
r1952: change the _RPC levels into _SAMR
Stefan Metzmacher
2
-100
/
+134
2007-10-10
r1951: add 'net password set' call
Stefan Metzmacher
1
-0
/
+82
2007-10-10
r1950: implement libnet_SetPassword_rpc()
Stefan Metzmacher
1
-2
/
+207
2007-10-10
r1949: provide functions to access the username, userdomain and userpassword
Stefan Metzmacher
2
-11
/
+39
2007-10-10
r1947: fix cup & paste errors
Stefan Metzmacher
1
-14
/
+18
2007-10-10
r1944: put ldif functions in a separate file
Simo Sorce
4
-412
/
+440
2007-10-10
r1943: don't use the with --enable-*developer selected flags for
Stefan Metzmacher
4
-8
/
+28
2007-10-10
r1941: - fixed an allocation error with querying security descriptors remotely
Andrew Tridgell
3
-1
/
+7
2007-10-10
r1929: CHeck if cpp on AIX likes /* */ better then //
Jelmer Vernooij
1
-2
/
+2
2007-10-10
r1928: give up on NT_STATUS_PASSWORD_RESTRICTION
Stefan Metzmacher
1
-0
/
+3
2007-10-10
r1927: allow the domain to be a ip address
Stefan Metzmacher
1
-0
/
+5
2007-10-10
r1926: fallback to other SAMR ChangePasswordUser levels
Stefan Metzmacher
1
-5
/
+121
2007-10-10
r1925: now we lookup the domain controller
Stefan Metzmacher
2
-9
/
+62
2007-10-10
r1920: This needs more inspection by the IDL experts. Reverting my last change.
Volker Lendecke
2
-158
/
+158
2007-10-10
r1919: paasword change basicly works now:-)
Stefan Metzmacher
4
-6
/
+46
2007-10-10
r1917: Attempt to push the AIX machine a bit further in the compile. I'm not ...
Volker Lendecke
2
-158
/
+158
2007-10-10
r1916: return a more clear error, we are miss configure in this case
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r1915: use popt's cmdline_auth_info to fill the net_context
Stefan Metzmacher
2
-11
/
+22
2007-10-10
r1914: use common popt stuff in net
Stefan Metzmacher
1
-9
/
+8
2007-10-10
r1913: add --version back
Stefan Metzmacher
1
-0
/
+1
2007-10-10
r1912: move popt_common.h
Stefan Metzmacher
2
-1
/
+1
2007-10-10
r1911: merge a few popt parameters from 3.0 move some to better places
Stefan Metzmacher
3
-27
/
+90
2007-10-10
r1910: this should not be a local var in this block
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r1909: nicer format
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r1907: init the configuration
Stefan Metzmacher
3
-1
/
+13
2007-10-10
r1905: add -Werror-implicit-function-declaration with --enable-developer
Stefan Metzmacher
3
-1
/
+6
[next]