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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Try to fix popt dependencies - we were linking to popt before we built with it.
Andrew Bartlett
2002-11-04
1
-6
/
+6
|
*
Any conversion to POPT must *always* add @BUILD_POPT@ or it just won't work on
Andrew Bartlett
2002-11-04
1
-2
/
+2
|
*
The fixes from Tom plus a minor update from me.
Richard Sharpe
2002-11-04
5
-174
/
+329
|
*
Extra little fix to vl's patch. Make sure the passdb and testparm messages
Andrew Bartlett
2002-11-03
2
-5
/
+9
|
*
make_server_info_guest() can need root for the ldapsam backend
Andrew Tridgell
2002-11-03
1
-1
/
+4
|
*
Force algorithmic rid base to sane values and talk about it.
Volker Lendecke
2002-11-03
2
-4
/
+33
|
*
Remove obsolete function usage and some unused variables
Jelmer Vernooij
2002-11-02
1
-27
/
+1
|
*
Remove dummy function I used for testing
Jelmer Vernooij
2002-11-02
1
-7
/
+0
|
*
Convert to popt.
Jelmer Vernooij
2002-11-02
1
-75
/
+23
|
*
Add more options to popt_common and use them. Current ones are:
Jelmer Vernooij
2002-11-02
3
-28
/
+62
|
*
Clean up this a little - add comments describing a bit of what is going on
Andrew Bartlett
2002-11-02
1
-5
/
+6
|
*
Add a 'ldap trust ids' option that lets pdb_ldap check for posixAccount
Andrew Bartlett
2002-11-02
2
-33
/
+95
|
*
Make sure that %u is used for SID elements ...
Richard Sharpe
2002-11-02
1
-1
/
+1
|
*
Return the result code, not false (0 == success) on error...
Andrew Bartlett
2002-11-02
1
-1
/
+1
|
*
Fixes for pdb_ldap:
Andrew Bartlett
2002-11-02
2
-111
/
+105
|
*
Fix --set-auth-user command to delete entries from the secrets file when an
Tim Potter
2002-11-02
1
-12
/
+68
|
*
Some winbindd cleanups I made trying to fix cr1020:
Tim Potter
2002-11-02
2
-38
/
+108
|
*
Add popt_common_socket_options
Jelmer Vernooij
2002-11-02
1
-0
/
+1
|
*
Handle the case where the password used in RPC connections (for restrict
Tim Potter
2002-11-02
1
-3
/
+8
|
*
Display pipe name in rpc bind failure debug.
Tim Potter
2002-11-02
1
-1
/
+2
|
*
Convert to popt
Jelmer Vernooij
2002-11-02
1
-87
/
+30
|
*
Add the changes to change the SIDs ...
Richard Sharpe
2002-11-01
1
-19
/
+45
|
*
Add more. Parse SIDs on the command line ... soon will actually mod the
Richard Sharpe
2002-11-01
1
-11
/
+88
|
*
Fix a problem with spaces vs tabs
Richard Sharpe
2002-11-01
1
-2
/
+2
|
*
Revert that stupid one line change.
Richard Sharpe
2002-11-01
1
-1
/
+0
|
*
Fix small typo ...
Richard Sharpe
2002-11-01
1
-1
/
+1
|
*
Add more code to the profiles program and add Makefile.in support.
Richard Sharpe
2002-11-01
3
-12
/
+358
|
*
Tidyup of some DCERPC pipe connection debugs. The new LSA_DS stuff
Tim Potter
2002-11-01
1
-4
/
+3
|
*
Fix slowdown because of enumerating all print queues on every smbd startup.
Jeremy Allison
2002-10-31
3
-19
/
+25
|
*
Re-enable use of existing kerberos tickets.
Jim McDonough
2002-10-31
1
-2
/
+6
|
*
Check the long_archi name is not null.
Jeremy Allison
2002-10-31
1
-0
/
+6
|
*
add smb_load_modules() to load a list of modules - does this function look ok ?
Jelmer Vernooij
2002-10-31
1
-0
/
+22
|
*
search & replace doesn't always work reliably :-)
Volker Lendecke
2002-10-31
1
-2
/
+2
|
*
Add a small utility that can print out the SEC DESCs in NTUSER.DAT.
Richard Sharpe
2002-10-31
1
-0
/
+250
|
*
Applied Buchan Milne's patches.
John Terpstra
2002-10-31
1
-1
/
+1
|
*
Rerun autoconf
Jelmer Vernooij
2002-10-30
2
-1
/
+5
|
*
Fix build. Don't use BSD setenv. Use POSIX putenv.
Jim McDonough
2002-10-30
1
-3
/
+6
|
*
use sys_dlopen instead of dlopen (thanks to jra for noticing)
Jelmer Vernooij
2002-10-30
1
-1
/
+1
|
*
Fix boog in argument list for nt_create_andx.
Tim Potter
2002-10-30
1
-1
/
+1
|
*
- Remove RTLD_GLOBAL
Jelmer Vernooij
2002-10-30
2
-4
/
+5
|
*
added a timegm() function for systems that don't have it
Andrew Tridgell
2002-10-30
3
-1
/
+27
|
*
Add init_module_function typedef for new module system
Jelmer Vernooij
2002-10-30
1
-0
/
+3
|
*
Add initial vesion of new module system
Jelmer Vernooij
2002-10-30
2
-1
/
+65
|
*
Added Buchan Milne's DESTDIR patch.
John Terpstra
2002-10-30
1
-15
/
+15
|
*
Add autom4te.cache (used by newer autoconfs)
Jelmer Vernooij
2002-10-29
1
-0
/
+1
|
*
Fix a nice little memory leak in our uid changing code.
Andrew Bartlett
2002-10-29
1
-0
/
+2
|
*
Added close and unlink functions.
Tim Potter
2002-10-29
1
-0
/
+44
|
*
Fix fd leak with kernel change notify.
Jeremy Allison
2002-10-28
1
-1
/
+1
|
*
Implement 'net maxrid'. Needed to find the maximum current rid to
Volker Lendecke
2002-10-28
1
-0
/
+79
|
*
Fix bug in '-d'
Jelmer Vernooij
2002-10-26
1
-1
/
+1
[prev]
[next]