1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-07 20:23:50 +03:00
Commit Graph

994 Commits

Author SHA1 Message Date
Jeremy Allison
2cb4ed271b r863: Added test to ensure an open and locked file can be truncated by a second open.
This was something the Samba3 server previously got wrong.
Jeremy.
2007-10-10 12:56:13 -05:00
Stefan Metzmacher
ec624aefa8 r862: remove acl and sendfile stuff
it will be readded inside the ntvfs_posix module

metze
2007-10-10 12:56:13 -05:00
Stefan Metzmacher
8f59daba0d r861: remove the next round of unused stuff
metze
2007-10-10 12:56:13 -05:00
Stefan Metzmacher
485eefcc0d r860: convert SUBSYSTEM TORTURE to a config.mk file
metze
2007-10-10 12:56:13 -05:00
Stefan Metzmacher
be472beea3 r858: - remove unused account policy stuff it's in our sam.ldb now:-)
- don't link lib/ldap_escape.c it's currently unused

metze
2007-10-10 12:56:12 -05:00
Stefan Metzmacher
44de741038 r857: fix the build of gregedit (typo:-)
metze
2007-10-10 12:56:12 -05:00
Stefan Metzmacher
59f9108e2d r854: remove unused file
metze
2007-10-10 12:56:12 -05:00
Stefan Metzmacher
972598d511 r853: remove a real big bunch of unused code
I really think that this is needed to get a better overview of what is currently used
Also this stuff is really out of date

so if we really ever need some of this stuff back,
a 'svn copy' from the SAMBA_3_0 branch should be no big problem...

metze
2007-10-10 12:56:12 -05:00
Stefan Metzmacher
4ef0b3656a r852: remove unused utility progs
metze
2007-10-10 12:56:12 -05:00
Stefan Metzmacher
b556760146 r851: convert lib/registry/ to a config.mk file
metze
2007-10-10 12:56:12 -05:00
Stefan Metzmacher
b29414bd23 r850: convert SUBSYSTEM AUTH to a config.mk file
metze
2007-10-10 12:56:11 -05:00
Stefan Metzmacher
e3191b54ea r849: move tdb/tools/Makefile to tdb/Makefile.tdb
like in ldb

also fix the makefile to let it compile the tools fine

metze
2007-10-10 12:56:11 -05:00
Stefan Metzmacher
bacab322ce r848: convert lib/tdb into the same layout as lib/ldb
metze
2007-10-10 12:56:02 -05:00
Stefan Metzmacher
7f2e8a2b84 r847: convert SMB SERVER SUBSYSTEM to a config.mk file
metze
2007-10-10 12:53:55 -05:00
Stefan Metzmacher
7fffc124e3 r846: convert DCESRV subsystem to a config.mk file
metze
2007-10-10 12:53:54 -05:00
Stefan Metzmacher
81f50fbc95 r845: convert SUBSYSTEM LIBBASIC to a .mk file
metze
2007-10-10 12:53:54 -05:00
Andrew Tridgell
2ba7ff824c r839: password set/change in the samr server is complex enough that it
deserves its own C module
2007-10-10 12:53:54 -05:00
Andrew Tridgell
f61d333b2a r838: got rid of rpc_misc.h 2007-10-10 12:53:54 -05:00
Andrew Tridgell
3068b766ed r837: get rid of some more old rpc headers, and the genparser headers 2007-10-10 12:53:54 -05:00
Andrew Tridgell
d75fcbf068 r836: get rid of SEC_DESC and related structure definitions 2007-10-10 12:53:54 -05:00
Jelmer Vernooij
fe5166ee88 r834: Fix gconf and dir backends 2007-10-10 12:53:54 -05:00
Jelmer Vernooij
e4f6ca8522 r833: Compile error 2007-10-10 12:53:54 -05:00
Jelmer Vernooij
9228aeeafd r832: Only show menu items for backends if they're present 2007-10-10 12:53:54 -05:00
Andrew Bartlett
5f5786ad5f r831: These functions duplicate the push/pull charcnv interfaces that we use
everywhere else in the Samba code, so remove them for clarity.

(ok, so  also just never liked the names  ;-)

Andrew Bartlett
2007-10-10 12:53:53 -05:00
Jelmer Vernooij
ad88561bec r830: Use pull_ucs2_talloc() instead of acnv_u2ux() and fix a memory leak. 2007-10-10 12:53:53 -05:00
Jelmer Vernooij
2a87981bd0 r829: Implement 'hive' command 2007-10-10 12:53:53 -05:00
Jelmer Vernooij
25c27b176c r828: Some fixes in the core and regshell concerning hives and
unicode
2007-10-10 12:53:53 -05:00
Andrew Tridgell
121dd9ba00 r827: remove a few more unused functions that we are unlikely to use again 2007-10-10 12:53:53 -05:00
Andrew Tridgell
e306e27cf3 r826: removed a pile of old code, in preparation for a new ACL handling system. I'd like to get rid of DOM_SID completely soon 2007-10-10 12:53:53 -05:00
Jelmer Vernooij
8cd1b6bc70 r825: - Introduce support for multiple roots (or 'hives')
- Clean up rpc backend (possible now that multiple hives are supported)
2007-10-10 12:53:53 -05:00
Stefan Metzmacher
081f7970dd r822: use 'Last Change Rev:' instead of 'Revision:' from the svn info output
for setting the SVN_REVISION in version.h

metze
2007-10-10 12:53:52 -05:00
Stefan Metzmacher
9de377a914 r821: prompt user for password if not given by -U user%pass
and not as torture:password in smb.conf

metze
2007-10-10 12:53:52 -05:00
Jelmer Vernooij
d4cc4b3d68 r819: Fix seg fault in rpc backend, found by Andrew Bartlett 2007-10-10 12:53:52 -05:00
Andrew Tridgell
8e5ddf5e8e r818: added server side SMB signing to Samba4 2007-10-10 12:53:52 -05:00
Andrew Bartlett
7c69a85984 r816: - Make use of tridge's new samdb_result_sid_prefix() helper function.
- Remove legacy sid_to_string (which contained a memleak)

 - Remove some unused parts of lib/util_sid.c

Andrew Bartlett
2007-10-10 12:53:52 -05:00
Andrew Tridgell
b4b67c3301 r815: include our netbios name in the negprot response (this matches win2003) 2007-10-10 12:53:52 -05:00
Andrew Tridgell
a11340a971 r813: gcc has fixed its huge debug sizes with -g now, so drop the -gstabs,
allowing us to use a more standard debug format.

If you want it even smaller than I recommend the
-feliminate-dwarf2-dups option, if your version of gcc supports it.
2007-10-10 12:53:52 -05:00
Andrew Tridgell
255d6e77e7 r812: added a new samdb_replace() call that simplifies the code in the main samr server a bit. 2007-10-10 12:53:51 -05:00
Andrew Tridgell
1418b667d9 r811: make the ldb_modify REPLACE semantics better match LDAP (ie. no error
on the attribute not existing and allow an empty replace)
2007-10-10 12:53:51 -05:00
Simo Sorce
e1afaa1e9c r808: fix libtdb build by ifedffing out an smb_panic() and copying over CatchSignal fn from lib/signal changing it's name to TdbCatchSignal 2007-10-10 12:53:51 -05:00
Stefan Metzmacher
ee32d29044 r807: compile with PICFLAG by default
(ask tridge why this is better than recompiling only the
 files we need for libraries with PICFLAG)

metze
2007-10-10 12:53:51 -05:00
Tim Potter
c63cb50ca5 r806: Checkin of workarea - tridge gave me some good ideas today for a better
way to do this.
2007-10-10 12:53:51 -05:00
Andrew Tridgell
24bbf9f1bc r796: fixed samr_OemChangePasswordUser2() to replace attributes, not add 2007-10-10 12:53:51 -05:00
Andrew Tridgell
c1a65f83f6 r793: - don't make templates members of any class that would make them show
up in searches like "objectclass=user"

 - auto-add the computer objectclass for computer accounts on create

 - added two types of password change call in samr server

 - reset last_fault_code before each dcerpc call
2007-10-10 12:53:51 -05:00
Andrew Tridgell
3657539623 r792: - changed the ldb ldif_* functions to be in the ldb_ namespace
- added better error reporting in ldbdel

 - fixed a bug in handling packing of records which contain elements
   with no values (it caused db corruption)

 - allow search with "dn" as target attribute
2007-10-10 12:53:50 -05:00
Andrew Tridgell
ec38392888 r791: added ldb man page build to ldb makefile 2007-10-10 12:53:50 -05:00
Andrew Tridgell
dcb9d1a897 r790: started working on some documentation (manual pages) for ldb 2007-10-10 12:53:50 -05:00
Simo Sorce
c0c1596dbd r789: we return wrong number of entries 2007-10-10 12:53:50 -05:00
Andrew Tridgell
770322bfdf r782: added torture test for level 6 logon level in netr_LogonSamLogon 2007-10-10 12:53:50 -05:00
Andrew Tridgell
446808ae4d r781: added level6 for logon level in SamLogon netlogon.idl 2007-10-10 12:53:50 -05:00