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
/
source3
/
utils
Commit message (
Expand
)
Author
Age
Files
Lines
*
Changes to help the kerberos change password code work on systems that
Andrew Bartlett
2003-03-16
1
-0
/
+9
*
Minor fixes.
Andrew Bartlett
2003-03-15
1
-1
/
+1
*
Fix signed/unsigned issues - mostly 'i' counters.
Andrew Bartlett
2003-03-15
1
-4
/
+4
*
Fix off-by-one bug in safe_strcpy size paramater.
Andrew Bartlett
2003-03-15
1
-1
/
+1
*
Truncate the machinename manually, so as not to generate level 0 debugs for
Andrew Bartlett
2003-03-15
1
-10
/
+12
*
Patch from Ken Cross <kcross@nssolutions.com> to take a username in the form
Andrew Bartlett
2003-03-12
1
-0
/
+11
*
Testparm needs the extra arg to set_local_machine_name() too.
Andrew Bartlett
2003-03-08
1
-1
/
+1
*
More safe_strcpy() off-by-one bug fixes. (mostly moves to pstrcpy()/fstrcpy())
Andrew Bartlett
2003-03-06
2
-3
/
+3
*
Try the PASSWD environment variable if we don't have one from the command line.
Andrew Bartlett
2003-03-03
1
-0
/
+4
*
- added help on -P option
Andrew Tridgell
2003-02-28
1
-0
/
+2
*
cleanup some compiler warnings
Jim McDonough
2003-02-28
1
-3
/
+3
*
Improve net ads lookup:
Jim McDonough
2003-02-28
1
-61
/
+142
*
- Rename 'modules = ' to 'preload modules = '
Jelmer Vernooij
2003-02-27
2
-2
/
+7
*
Fix compiler warning.
Tim Potter
2003-02-25
1
-1
/
+1
*
For some reason some attributes in ADS do not appear (and are not available)
Andrew Bartlett
2003-02-25
1
-1
/
+63
*
Whenever we have a password, use the in-memory ccache. This fixes a bug where
Andrew Bartlett
2003-02-24
1
-2
/
+3
*
Add static
Andrew Bartlett
2003-02-22
1
-7
/
+7
*
With assuptions about unixsam gone, we can forget about looking up
Andrew Bartlett
2003-02-22
1
-4
/
+1
*
Fixed another compiler warning.
Tim Potter
2003-02-21
1
-1
/
+1
*
Added Volkers "print server role" patch.
Jeremy Allison
2003-02-20
1
-0
/
+22
*
Add -V option (to print out version) to utilities where possible
Jelmer Vernooij
2003-02-18
3
-0
/
+3
*
Add the 'session key' output of the NTLMSSP exchange to the cli struct, so
Andrew Bartlett
2003-02-16
1
-7
/
+1
*
Recover much of my changes to editreg.c. Add some const and start coding
Richard Sharpe
2003-02-16
1
-8
/
+203
*
Antti Andreimann <Antti.Andreimann@mail.ee> has done some changes to enable
Andrew Bartlett
2003-02-15
1
-2
/
+14
*
Revert Flag testing upon abartlet's request ;-)
Volker Lendecke
2003-02-07
1
-3
/
+5
*
Make account flags editable with pdbedit.
Volker Lendecke
2003-02-06
1
-4
/
+22
*
Grrr. Kill all BSD-isms... Spotted by Paul Green <paulg@sw.stratus.com>.
Jeremy Allison
2003-02-03
1
-1
/
+1
*
Always escape ldap filter strings. Escaping code was from pam_ldap, but I'm to
Andrew Bartlett
2003-02-01
1
-1
/
+7
*
Add 3 second timeout when terminating server and sending print notify
Jeremy Allison
2003-01-30
1
-1
/
+1
*
The REQ_DEBUGLEVEL message returns a string not a list of integers.
Tim Potter
2003-01-30
1
-4
/
+1
*
Make the vampire code use just pdb calls - allowing better operation on systems
Andrew Bartlett
2003-01-29
1
-22
/
+15
*
Use new interface for cli_samr_query_dispinfo().
Tim Potter
2003-01-29
1
-2
/
+9
*
Properly display popt errors. Also fix debug to be -d for consistency with o...
Jim McDonough
2003-01-21
1
-2
/
+3
*
Deleted arguments to help output - they didn't work.
Tim Potter
2003-01-21
1
-1
/
+1
*
the 'static' keyword here is useless as we are not declaring a
Andrew Tridgell
2003-01-17
1
-1
/
+1
*
Fix an error where the SK Offset was truncated to 16 bits. Variables needed
Richard Sharpe
2003-01-16
1
-1
/
+1
*
Updates to the NTLMSSP code again - moving the base64 decode fuctionality out
Andrew Bartlett
2003-01-16
1
-29
/
+150
*
* removed unused variable from rpcclient code
Gerald Carter
2003-01-15
4
-8
/
+11
*
add help text for 'net ads lookup'
Andrew Tridgell
2003-01-14
1
-0
/
+2
*
Patch from metze to to make testparm show values for 'workgroup', 'netbios
Andrew Bartlett
2003-01-13
1
-1
/
+2
*
Fix a number of client-side fstring/pstring mixups.
Andrew Bartlett
2003-01-11
2
-4
/
+4
*
Some fixes to editreg. Clientgen should not be touched, and an update to conf...
Richard Sharpe
2003-01-08
1
-3
/
+0
*
Fix memory leak. Thanks, Herb!
Volker Lendecke
2003-01-07
1
-0
/
+1
*
this makes it compile, but I'm not sure if it is correct. Are we really
Herb Lewis
2003-01-07
1
-1
/
+1
*
Create a machine account correctly if the unix account exists.
Volker Lendecke
2003-01-07
1
-4
/
+14
*
'index' is the name of a libc function. Rename to 'ndx' to avoid compiler
Tim Potter
2003-01-07
1
-4
/
+4
*
WITH_SENDFILE #ifdef merged from SAMBA_2_2
Gerald Carter
2003-01-02
1
-1
/
+1
*
Add a dash of static.
Andrew Bartlett
2003-01-02
1
-3
/
+3
*
BIG patch...
Andrew Bartlett
2003-01-02
15
-86
/
+83
*
fix also net rpc shutdown
Simo Sorce
2002-12-30
1
-10
/
+1
[next]