index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source4
Commit message (
Expand
)
Author
Age
Files
Lines
*
r1983: a completely new implementation of talloc
Andrew Tridgell
2007-10-10
43
-474
/
+284
*
r1982: i is not initialised or used
Andrew Tridgell
2007-10-10
1
-2
/
+1
*
r1973: for systems that don't have strtoull() try strtouq(). This should fix
Andrew Tridgell
2007-10-10
2
-1
/
+13
*
r1972: cmdline_auth_info does not need to be declared global
Andrew Tridgell
2007-10-10
1
-2
/
+0
*
r1961: print out the dcerpc fault code, when we got NT_STATUS_NET_WRITE_FAULT
Stefan Metzmacher
2007-10-10
2
-2
/
+10
*
r1957: add cmdline_set_* functions
Stefan Metzmacher
2007-10-10
2
-21
/
+31
*
r1952: change the _RPC levels into _SAMR
Stefan Metzmacher
2007-10-10
2
-100
/
+134
*
r1951: add 'net password set' call
Stefan Metzmacher
2007-10-10
1
-0
/
+82
*
r1950: implement libnet_SetPassword_rpc()
Stefan Metzmacher
2007-10-10
1
-2
/
+207
*
r1949: provide functions to access the username, userdomain and userpassword
Stefan Metzmacher
2007-10-10
2
-11
/
+39
*
r1947: fix cup & paste errors
Stefan Metzmacher
2007-10-10
1
-14
/
+18
*
r1944: put ldif functions in a separate file
Simo Sorce
2007-10-10
4
-412
/
+440
*
r1943: don't use the with --enable-*developer selected flags for
Stefan Metzmacher
2007-10-10
4
-8
/
+28
*
r1941: - fixed an allocation error with querying security descriptors remotely
Andrew Tridgell
2007-10-10
3
-1
/
+7
*
r1929: CHeck if cpp on AIX likes /* */ better then //
Jelmer Vernooij
2007-10-10
1
-2
/
+2
*
r1928: give up on NT_STATUS_PASSWORD_RESTRICTION
Stefan Metzmacher
2007-10-10
1
-0
/
+3
*
r1927: allow the domain to be a ip address
Stefan Metzmacher
2007-10-10
1
-0
/
+5
*
r1926: fallback to other SAMR ChangePasswordUser levels
Stefan Metzmacher
2007-10-10
1
-5
/
+121
*
r1925: now we lookup the domain controller
Stefan Metzmacher
2007-10-10
2
-9
/
+62
*
r1920: This needs more inspection by the IDL experts. Reverting my last change.
Volker Lendecke
2007-10-10
2
-158
/
+158
*
r1919: paasword change basicly works now:-)
Stefan Metzmacher
2007-10-10
4
-6
/
+46
*
r1917: Attempt to push the AIX machine a bit further in the compile. I'm not ...
Volker Lendecke
2007-10-10
2
-158
/
+158
*
r1916: return a more clear error, we are miss configure in this case
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r1915: use popt's cmdline_auth_info to fill the net_context
Stefan Metzmacher
2007-10-10
2
-11
/
+22
*
r1914: use common popt stuff in net
Stefan Metzmacher
2007-10-10
1
-9
/
+8
*
r1913: add --version back
Stefan Metzmacher
2007-10-10
1
-0
/
+1
*
r1912: move popt_common.h
Stefan Metzmacher
2007-10-10
2
-1
/
+1
*
r1911: merge a few popt parameters from 3.0 move some to better places
Stefan Metzmacher
2007-10-10
3
-27
/
+90
*
r1910: this should not be a local var in this block
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r1909: nicer format
Stefan Metzmacher
2007-10-10
1
-2
/
+2
*
r1907: init the configuration
Stefan Metzmacher
2007-10-10
3
-1
/
+13
*
r1905: add -Werror-implicit-function-declaration with --enable-developer
Stefan Metzmacher
2007-10-10
3
-1
/
+6
*
r1904: catch the common gtk function prototypes with make proto
Stefan Metzmacher
2007-10-10
1
-1
/
+2
*
r1903: hmm a better solution is to include popt.h where it is needed
Stefan Metzmacher
2007-10-10
2
-1
/
+2
*
r1902: we need to include popt.h before popt_common.h
Stefan Metzmacher
2007-10-10
2
-2
/
+1
*
r1901: add missing include of <fnmatch.h>
Stefan Metzmacher
2007-10-10
1
-0
/
+1
*
r1900: fix function prototypes
Stefan Metzmacher
2007-10-10
2
-5
/
+4
*
r1898: Check the context we are going to return.
Simo Sorce
2007-10-10
1
-1
/
+5
*
r1897: added a choose_called_name() function that allows us to more sanely
Andrew Tridgell
2007-10-10
6
-45
/
+51
*
r1896: stricter check on packet parsing for NBT session replies
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r1895: added a note about OPEN_BY_FILE_ID to the ntcreatex interface definition
Andrew Tridgell
2007-10-10
1
-0
/
+3
*
r1894: Convert // to /* */
Volker Lendecke
2007-10-10
4
-5
/
+5
*
r1893: add a commented out lump of code to implement the "by the SPEC"
Andrew Tridgell
2007-10-10
1
-0
/
+15
*
r1892: this adds talloc_get_context(), which is something I discussed at the
Andrew Tridgell
2007-10-10
1
-1
/
+13
*
r1886: Fix the build
Volker Lendecke
2007-10-10
1
-3
/
+3
*
r1884: remove empty header file
Stefan Metzmacher
2007-10-10
2
-1
/
+0
*
r1883: I don't know why this was broken...
Stefan Metzmacher
2007-10-10
1
-3
/
+3
*
r1881: empty structs are not allowed by all compilers
Stefan Metzmacher
2007-10-10
1
-0
/
+1
*
r1880: bugger, now I have used gcc 3.4.1 myself and have statements before de...
Stefan Metzmacher
2007-10-10
1
-7
/
+6
*
r1879: - add a user sub struct in net_context
Stefan Metzmacher
2007-10-10
4
-23
/
+172
[next]